Skip to content

Commit f222408

Browse files
authored
Merge pull request #134 from ghoshnirmalya/patch-1
Changes style property to fix 'Unsupported style property color-scheme'
2 parents efa7caa + 12aaad1 commit f222408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smooth-code/src/code-tween.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function AfterDimensions({
147147
opacity: 1,
148148
backgroundColor: bg,
149149
color: fg,
150-
["color-scheme" as any]: getColorScheme(theme),
150+
["colorScheme" as any]: getColorScheme(theme),
151151
["--ch-selection-background" as any]: getColor(
152152
theme,
153153
ColorName.SelectionBackground

0 commit comments

Comments
 (0)