We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa7caa + 12aaad1 commit f222408Copy full SHA for f222408
packages/smooth-code/src/code-tween.tsx
@@ -147,7 +147,7 @@ function AfterDimensions({
147
opacity: 1,
148
backgroundColor: bg,
149
color: fg,
150
- ["color-scheme" as any]: getColorScheme(theme),
+ ["colorScheme" as any]: getColorScheme(theme),
151
["--ch-selection-background" as any]: getColor(
152
theme,
153
ColorName.SelectionBackground
0 commit comments