Skip to content

Commit eb00b9a

Browse files
authored
Fixed muted hex code in theme-spec.mdx
Fixed `muted` hex code in `colors` object in `theme-spec.mdx` file
1 parent d8b29f9 commit eb00b9a

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)