mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-18 00:07:21 +00:00
[feature](webapp) upgrade chat version
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
&-metric {
|
||||
&::after {
|
||||
background: #31c462;
|
||||
background: var(--primary-green);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,3 +27,4 @@
|
||||
@import "../components/Tools/style.less";
|
||||
|
||||
@import "../components/Suggestion/style.less";
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
--link-active-color: #2748d9;
|
||||
--link-bg-color: rgba(58, 100, 255, 0.1);
|
||||
--text-accent-color: #3a64ff;
|
||||
--primary-green: #00b354;
|
||||
--primary-green: #31c462;
|
||||
--link-hover-bg-color: rgba(58, 100, 255, 0.06);
|
||||
--success-2: rgba(82, 196, 26, 0.2);
|
||||
--success-pink: #ff8193;
|
||||
|
||||
Reference in New Issue
Block a user