0
Fork 0
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:
Charles Zhao 2022-04-13 11:46:45 +08:00 committed by GitHub
commit 4a74d66941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;