Skip to content

Commit 42b8e77

Browse files
committed
fix: shimmer loading class
1 parent ee27419 commit 42b8e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ button.anchor {
16211621
}
16221622
}
16231623

1624-
.shimmer, .child-shimmer-loading, .shimmer-loading {
1624+
.shimmer, .show-shimmer-loading .child-shimmer-loading, .shimmer-loading {
16251625
background: var(--bg-shimmer-loader);
16261626
border-radius: 4px;
16271627
opacity: 0.5;

0 commit comments

Comments
 (0)