feat: 更新通知组件背景色,使用变量替代硬编码颜色,提升样式一致性

This commit is contained in:
2026-01-08 19:14:53 +07:00
parent 4cad951b44
commit 2706807abd
5 changed files with 4 additions and 20 deletions

View File

@@ -34,6 +34,7 @@ const config: Config = {
800: "var(--ion-text-color-step-800)",
850: "var(--ion-text-color-step-850)",
900: "var(--ion-text-color-step-900)",
950: "var(--ion-text-color-step-950)",
},
},
},