style(variables): 添加van-toast文本颜色变量

添加 --van-toast-text-color 变量以统一控制 toast 组件的文本颜色
This commit is contained in:
dzq 2025-09-03 16:05:45 +08:00
parent 186d7074d6
commit 9d8af77253
1 changed files with 2 additions and 0 deletions

View File

@ -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 */