Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7a67d6

Browse files
committed
Updated to color neutral muted as bg doesn't exist
1 parent 7811e37 commit f7a67d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getTheme({ theme, name }) {
5252
"textBlockQuote.border" : color.border.default,
5353
"textCodeBlock.background" : color.neutral.muted,
5454
"textPreformat.foreground" : color.fg.muted,
55-
"textPreformat.background" : color.bg.muted,
55+
"textPreformat.background" : color.neutral.muted,
5656
"textSeparator.foreground" : color.border.muted,
5757

5858
"icon.foreground" : color.fg.muted,

0 commit comments

Comments
 (0)