fix(layout): drawer text color
This commit is contained in:
parent
2f35e7111f
commit
3e5a4ea0e9
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ function branchSetting() {}
|
|||
|
||||
<style lang="scss" scoped>
|
||||
#drawer-menu :deep(.q-item) {
|
||||
color: var(--gray-6);
|
||||
color: var(--gray-7);
|
||||
border-radius: var(--radius-2);
|
||||
}
|
||||
#drawer-menu :deep(.q-item.active) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue