Skip to content

Commit

Permalink
Updated to color neutral muted as bg doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Damovisa committed Oct 3, 2024
1 parent 7811e37 commit f7a67d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function getTheme({ theme, name }) {
"textBlockQuote.border" : color.border.default,
"textCodeBlock.background" : color.neutral.muted,
"textPreformat.foreground" : color.fg.muted,
"textPreformat.background" : color.bg.muted,
"textPreformat.background" : color.neutral.muted,
"textSeparator.foreground" : color.border.muted,

"icon.foreground" : color.fg.muted,
Expand Down

0 comments on commit f7a67d6

Please sign in to comment.