0
Fork 0
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:
Charles Zhao 2022-04-12 17:53:26 +08:00
parent f9b384a312
commit 1cbee87a81
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

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