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.
1 parent 421a69b commit 240bff4Copy full SHA for 240bff4
packages/components/src/utils/polyfill-theme.ts
@@ -49,7 +49,7 @@ const polyfillTheme = vsCodeTheme => {
49
50
// Step 2: Fill missing values from existing values or codesandbox dark/light
51
52
- const codesandboxColors = ['dark', 'lc'].includes(type)
+ const codesandboxColors: any = ['dark', 'lc'].includes(type)
53
? object(codesandboxBlack.colors)
54
: object(codesandboxLight.colors);
55
0 commit comments