fix: dark mode color
This commit is contained in:
parent
69bca33307
commit
a80f7739b9
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ function branchSetting() {}
|
|||
}
|
||||
|
||||
:deep(.q-drawer) {
|
||||
background-color: transparent;
|
||||
background-color: var(--surface-3);
|
||||
padding: var(--size-4);
|
||||
padding-right: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue