mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
style(console): update loading skeleton base color to layer-2
This commit is contained in:
parent
e870cb057c
commit
ac14c5c4a0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
animation: rotating 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@mixin shimmering-animation($baseColor: var(--color-neutral-95)) {
|
||||
@mixin shimmering-animation($baseColor: var(--color-layer-2)) {
|
||||
background-color: $baseColor;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Reference in a new issue