Skip to content

Commit dd73e7f

Browse files
fix theme typo
1 parent 32ae893 commit dd73e7f

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const ContentSplit: React.FC = () => {
4040

4141
try {
4242
const theme = await getVSCodeTheme('', vsCodeTheme);
43-
setLocalState({ theme, vsCodeTheme });
43+
setLocalState({ theme, customVSCodeTheme: vsCodeTheme });
4444
} catch (e) {
4545
console.error(e);
4646
}

0 commit comments

Comments
 (0)