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