Skip to content

Commit 240bff4

Browse files
committed
Fix build
1 parent 421a69b commit 240bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/utils/polyfill-theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const polyfillTheme = vsCodeTheme => {
4949

5050
// Step 2: Fill missing values from existing values or codesandbox dark/light
5151

52-
const codesandboxColors = ['dark', 'lc'].includes(type)
52+
const codesandboxColors: any = ['dark', 'lc'].includes(type)
5353
? object(codesandboxBlack.colors)
5454
: object(codesandboxLight.colors);
5555

0 commit comments

Comments
 (0)