mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 22:57:11 +08:00
fix: divider background in dark mode (#40)
This commit is contained in:
7
src/styles/arco-ui/a-divider.less
Normal file
7
src/styles/arco-ui/a-divider.less
Normal file
@@ -0,0 +1,7 @@
|
||||
.arco-divider-text {
|
||||
background: var(--color-bg-1);
|
||||
}
|
||||
|
||||
.arco-space-item .arco-divider-text {
|
||||
background: var(--color-bg-3);
|
||||
}
|
@@ -14,6 +14,7 @@
|
||||
@import './a-menu.less';
|
||||
@import './a-typography.less';
|
||||
@import './a-button.less';
|
||||
@import './a-divider.less';
|
||||
|
||||
@color-menu-dark-bg: var(--color-bg-1);
|
||||
@card-color-bg: var(--color-bg-1);
|
||||
|
Reference in New Issue
Block a user