Skip to content

Commit 9608077

Browse files
authored
Merge pull request #901 from FlashBlaze/FlashBlaze-patch-1
Fixed muted hex code in theme-spec.mdx
2 parents 5b804ad + eb00b9a commit 9608077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/pages/theme-spec.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ where the name can be anything, but typically `light` and `dark` are used for ap
8080
background: '#fff',
8181
primary: '#07c',
8282
secondary: '#05a',
83-
muted: '#f6f6f6f',
83+
muted: '#f6f6f6',
8484
modes: {
8585
dark: {
8686
text: '#fff',

0 commit comments

Comments
 (0)