Skip to content

Commit 3acb566

Browse files
committed
style: skeleton colors
1 parent 4e7b93b commit 3acb566

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/Skeleton/index.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
.skeleton {
2-
background: linear-gradient(
3-
90deg,
4-
#d6d6d6A8 25%, /* darker gray */
5-
#ffffffA8 50%, /* bright white */
6-
#d6d6d6A8 75%
7-
);
2+
background: linear-gradient(90deg, #202020 25%, #444 50%, #202020 75%);
83
background-size: 200% 100%;
94
animation: shimmer 1.2s ease-in-out infinite; /* faster animation for better visibility */
105
border-radius: 4px;

0 commit comments

Comments
 (0)