feat(Notify): add @notify-text-color less var

This commit is contained in:
陈嘉涵
2020-01-28 16:13:22 +08:00
parent cfadcefb0a
commit 9dcf57c65f
5 changed files with 10 additions and 13 deletions
+1
View File
@@ -3,6 +3,7 @@
.van-notify {
box-sizing: border-box;
padding: @notify-padding;
color: @notify-text-color;
font-size: @notify-font-size;
line-height: @notify-line-height;