[feature](webapp) upgrade chat version

This commit is contained in:
williamhliu
2023-06-30 17:42:03 +08:00
parent 8639c23dc4
commit 805a59dddd
69 changed files with 1570 additions and 842 deletions

View File

@@ -26,7 +26,7 @@
&-metric {
&::after {
background: #31c462;
background: var(--primary-green);
}
}

View File

@@ -27,3 +27,4 @@
@import "../components/Tools/style.less";
@import "../components/Suggestion/style.less";

View File

@@ -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;