mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 02:10:04 +08:00
fix(dark-theme): alert color in dark-theme
修复Alert组件在Dark主题下的颜色问题
This commit is contained in:
@@ -23,10 +23,12 @@ html[data-theme='dark'] {
|
||||
0 1px 0 0 #434343 inset;
|
||||
}
|
||||
|
||||
.ant-alert-message,
|
||||
.ant-alert-with-description .ant-alert-message,
|
||||
.ant-alert-description {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
html[data-theme='light'] {
|
||||
.ant-alert-message,
|
||||
.ant-alert-with-description .ant-alert-message,
|
||||
.ant-alert-description {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
}
|
||||
|
||||
.ant-checkbox-checked .ant-checkbox-inner::after {
|
||||
|
Reference in New Issue
Block a user