Skip to content

Commit 12aaad1

Browse files
fix: changes style property
1 parent efa7caa commit 12aaad1

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)