Skip to content

Commit eb4b734

Browse files
author
Ives van Hoorne
committed
Fix codesandbox colors
1 parent 26dd566 commit eb4b734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/utils/get-vscode-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default async function getTheme(themeName, customTheme) {
7070
const theme = {
7171
...currentTheme,
7272
colors: {
73-
...(isLight ? vs : vsDark),
73+
...(themeName === 'codesandbox' ? {} : isLight ? vs : vsDark),
7474
...currentTheme.colors,
7575
},
7676
};

0 commit comments

Comments
 (0)