mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
Merge pull request #540 from logto-io/charles-fix-drawer-background
fix(console): drawer component background
This commit is contained in:
commit
4a74d66941
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
outline: none;
|
||||
background: var(--color-card-background);
|
||||
background: var(--color-on-primary);
|
||||
padding: _.unit(6);
|
||||
overflow-y: auto;
|
||||
|
||||
|
|
Loading…
Reference in a new issue