fix: update codemirror bg for pastel light theme (#7110)

This commit is contained in:
gopu-bruno
2026-02-11 18:09:53 +05:30
committed by GitHub
parent 4c779da2d3
commit bff4da336a

View File

@@ -398,14 +398,14 @@ const lightPastelTheme = {
},
codemirror: {
bg: 'transparent',
bg: colors.BACKGROUND,
border: colors.WHITE,
placeholder: {
color: colors.GRAY_6,
opacity: 0.75
},
gutter: {
bg: 'transparent'
bg: colors.BACKGROUND
},
variable: {
valid: colors.GREEN,