0
Fork 0
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:
Charles Zhao 2022-06-29 13:32:54 +08:00 committed by GitHub
commit 9963360e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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