Skip to content

Commit 9e18567

Browse files
Blankslate: Reverting icon color to fgColor-muted (#5773)
Co-authored-by: Josh Black <[email protected]> Co-authored-by: lukasoppermann <[email protected]>
1 parent c63e805 commit 9e18567

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.changeset/many-toys-prove.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+
Update icon color for Blankslate to `--fgColor-muted` to align with Figma and Primer ViewComponents

packages/react/src/Blankslate/Blankslate.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
.Visual {
7373
max-width: var(--base-size-24);
7474
margin-bottom: var(--base-size-8);
75+
color: var(--fgColor-muted);
7576

7677
& svg {
7778
width: 100%;

0 commit comments

Comments
 (0)