Skip to content

Commit

Permalink
Merge pull request #134 from ghoshnirmalya/patch-1
Browse files Browse the repository at this point in the history
Changes style property to fix 'Unsupported style property color-scheme'
  • Loading branch information
pomber authored Feb 22, 2022
2 parents efa7caa + 12aaad1 commit f222408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth-code/src/code-tween.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function AfterDimensions({
opacity: 1,
backgroundColor: bg,
color: fg,
["color-scheme" as any]: getColorScheme(theme),
["colorScheme" as any]: getColorScheme(theme),
["--ch-selection-background" as any]: getColor(
theme,
ColorName.SelectionBackground
Expand Down

0 comments on commit f222408

Please sign in to comment.