fix: drawer font color (dark)
This commit is contained in:
parent
94f94b3c77
commit
85b3a984ac
1 changed files with 5 additions and 0 deletions
|
|
@ -224,7 +224,12 @@ function branchSetting() {}
|
|||
#drawer-menu :deep(.q-item) {
|
||||
color: var(--gray-7);
|
||||
border-radius: var(--radius-2);
|
||||
|
||||
&.dark {
|
||||
color: var(--gray-3);
|
||||
}
|
||||
}
|
||||
|
||||
#drawer-menu :deep(.q-item.active) {
|
||||
--_drawer-item-background-color: var(--brand-1) !important;
|
||||
background-color: var(--_drawer-item-background-color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue