Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7811e37 commit f7a67d6Copy full SHA for f7a67d6
src/theme.js
@@ -52,7 +52,7 @@ function getTheme({ theme, name }) {
52
"textBlockQuote.border" : color.border.default,
53
"textCodeBlock.background" : color.neutral.muted,
54
"textPreformat.foreground" : color.fg.muted,
55
- "textPreformat.background" : color.bg.muted,
+ "textPreformat.background" : color.neutral.muted,
56
"textSeparator.foreground" : color.border.muted,
57
58
"icon.foreground" : color.fg.muted,
0 commit comments