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 32ae893 commit dd73e7fCopy full SHA for dd73e7f
packages/app/src/app/pages/Sandbox/Editor/index.tsx
@@ -40,7 +40,7 @@ const ContentSplit: React.FC = () => {
40
41
try {
42
const theme = await getVSCodeTheme('', vsCodeTheme);
43
- setLocalState({ theme, vsCodeTheme });
+ setLocalState({ theme, customVSCodeTheme: vsCodeTheme });
44
} catch (e) {
45
console.error(e);
46
}
0 commit comments