fix: 选择器和输入框适配暗黑模式

This commit is contained in:
lumozx
2023-10-20 12:09:46 +08:00
parent 6d105e0f56
commit 88e4e325f3
3 changed files with 22 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
--color-input-hover: #fff;
// 边框
--color-border-light: #f0f0f0;
// 输入框附带icon
--color-action-color: rgba(0, 0, 0, 0.25);;
}
.dark {
@@ -29,4 +31,6 @@
--color-input-hover: #444d;
// 边框
--color-border-light: #444d;
// 输入框附带icon
--color-action-color: #ffffff4d;
}