style(variables): 添加van-toast文本颜色变量
添加 --van-toast-text-color 变量以统一控制 toast 组件的文本颜色
This commit is contained in:
parent
186d7074d6
commit
9d8af77253
|
|
@ -8,6 +8,8 @@
|
|||
/* Component Colors */
|
||||
--mobvue-primary-color: #1989fa;
|
||||
--mobvue-bg-color: #ffffff;
|
||||
|
||||
--van-toast-text-color: fade(var(--van-black), 70%) !important;
|
||||
}
|
||||
|
||||
/* Dark Mode */
|
||||
|
|
|
|||
Loading…
Reference in New Issue