Skip to content

Commit 0912253

Browse files
committed
set light as default console theme
1 parent 4e674cb commit 0912253

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/modules/IDE/utils/consoleStyles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ const getConsoleFeedStyle = (theme, fontSize) => {
161161

162162
switch (theme) {
163163
case 'light':
164+
default:
164165
return Object.assign(
165166
CONSOLE_FEED_LIGHT_STYLES || {},
166167
CONSOLE_FEED_LIGHT_ICONS,
@@ -181,8 +182,6 @@ const getConsoleFeedStyle = (theme, fontSize) => {
181182
CONSOLE_FEED_SIZES,
182183
style
183184
);
184-
default:
185-
return '';
186185
}
187186
};
188187

0 commit comments

Comments
 (0)