0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00

fix(console): update shadow styles (#813)

This commit is contained in:
Xiao Yijun 2022-05-13 13:02:04 +08:00 committed by GitHub
parent b14a705bd3
commit 2e410e7c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
&:focus,
&:hover {
outline: 1px solid var(--color-primary);
box-shadow: var(--shadow-light-s2);
box-shadow: var(--shadow-2);
}
svg {

View file

@ -4,7 +4,7 @@ div.toast {
padding: _.unit(3) _.unit(4);
font: var(--font-body-medium);
color: var(--color-text);
box-shadow: var(--light-shadow-s1);
box-shadow: var(--shadow-1);
border-radius: _.unit(2);
max-width: none;