We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7b93b commit 3acb566Copy full SHA for 3acb566
src/components/Skeleton/index.css
@@ -1,10 +1,5 @@
1
.skeleton {
2
- background: linear-gradient(
3
- 90deg,
4
- #d6d6d6A8 25%, /* darker gray */
5
- #ffffffA8 50%, /* bright white */
6
- #d6d6d6A8 75%
7
- );
+ background: linear-gradient(90deg, #202020 25%, #444 50%, #202020 75%);
8
background-size: 200% 100%;
9
animation: shimmer 1.2s ease-in-out infinite; /* faster animation for better visibility */
10
border-radius: 4px;
0 commit comments