mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-29 01:02:47 +08:00
fix: 暗黑模式下,点击刷新插件,插件名称输入框暗黑模式失效的问题
This commit is contained in:
parent
88e4e325f3
commit
d8fabc6b4c
@ -103,7 +103,7 @@ const wrapperCol = { span: 14 };
|
||||
color: var(--color-text-content);
|
||||
}
|
||||
:deep(.ant-input) {
|
||||
background: var(--color-input-hover);
|
||||
background: var(--color-input-hover) !important;
|
||||
color: var(--color-text-content);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user