fix: 🐛 修复Calendar等组件暗黑模式部分样式异常的问题

 Closes: #388
This commit is contained in:
xuqingkai 2024-06-28 13:09:26 +08:00
parent 706d019f7c
commit 281e20f2a9
4 changed files with 22 additions and 0 deletions

View File

@ -7,6 +7,10 @@
background-color: $-dark-background2;
color: $-dark-color;
}
@include e(label) {
color: $-dark-color;
}
@include e(value) {
color: $-dark-color;

View File

@ -25,6 +25,17 @@
}
}
@include e(list-item) {
@include when(disabled) {
color: $-dark-color3;
}
}
@include e(list-item-tip) {
color: $-dark-color-gray;
}
@include e(value) {
color: $-dark-color;

View File

@ -8,6 +8,10 @@
color: $-dark-color;
}
@include e(title) {
color: $-dark-color;
}
@include e(label) {
color: $-dark-color;
}

View File

@ -10,6 +10,9 @@
}
}
@include e(title) {
color: $-dark-color;
}
@include e(label) {
color: $-dark-color;