mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
Merge pull request #1289 from logto-io/charles-log-3057-update-skeleton-base-color
style(console): update loading skeleton base color to layer-2
This commit is contained in:
commit
9963360e21
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