Skip to content

Commit

Permalink
set light as default console theme
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Nov 14, 2024
1 parent 4e674cb commit 0912253
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/modules/IDE/utils/consoleStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const getConsoleFeedStyle = (theme, fontSize) => {

switch (theme) {
case 'light':
default:
return Object.assign(
CONSOLE_FEED_LIGHT_STYLES || {},
CONSOLE_FEED_LIGHT_ICONS,
Expand All @@ -181,8 +182,6 @@ const getConsoleFeedStyle = (theme, fontSize) => {
CONSOLE_FEED_SIZES,
style
);
default:
return '';
}
};

Expand Down

0 comments on commit 0912253

Please sign in to comment.