0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

style(console): use shadow-3 for footer action bar (#4371)

This commit is contained in:
Charles Zhao 2023-08-18 03:29:45 -05:00 committed by GitHub
parent 4647879747
commit 3bab12dc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@
inset: auto 0 0 0;
padding: _.unit(4);
background-color: var(--color-layer-1);
box-shadow: var(--shadow-2-reversed);
box-shadow: var(--shadow-3);
z-index: 1;
.layout {

View file

@ -19,7 +19,7 @@
inset: auto 0 0 0;
padding: _.unit(4) _.unit(8);
background-color: var(--color-layer-1);
box-shadow: var(--shadow-2-reversed);
box-shadow: var(--shadow-3);
z-index: 1;
.text {