mirror of
https://github.com/rubickCenter/rubick
synced 2026-03-06 13:53:40 +08:00
fix: 选择器和输入框适配暗黑模式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user