Skip to content

Commit cf97cb5

Browse files
authored
Fix Skeleton background color (#6077)
1 parent 404ca82 commit cf97cb5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/five-pandas-join.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Fix `Skeleton` background color

packages/react/src/Skeleton/SkeletonBox.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.SkeletonBox {
1212
display: block;
1313
height: 1rem;
14-
background-color: var(--bgColor-muted);
14+
background-color: var(--skeletonLoader-bgColor);
1515
border-radius: var(--borderRadius-small);
1616
animation: shimmer;
1717

0 commit comments

Comments
 (0)