feat: 更新了权益的样式

This commit is contained in:
zoujing
2026-09-18 10:37:46 +08:00
parent e675ecc3d7
commit 8f8ca96a82
9 changed files with 97 additions and 450 deletions

View File

@@ -20,6 +20,7 @@ const TONES = {
brand: "#00B578",
brandDeep: "#009A67",
accent: "#FF8A3D",
accentDeep: "#C9550C",
danger: "#E5484D",
};
@@ -67,7 +68,7 @@ const FILL_ICONS = {
const MATRIX = {
pin: ["ink3", "brand", "white"],
arrow: ["white", "brandDeep", "ink"],
chev: ["ink3", "white", "brand", "ink2"],
chev: ["ink3", "white", "brand", "ink2", "accentDeep"],
back: ["ink", "white", "brand"],
phone: ["white", "brandDeep"],
copy: ["brandDeep", "brand"],