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 Bijin A B
parent db137da8ed
commit 78af8be59e

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,