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 bf4e879 commit b13e8c8Copy full SHA for b13e8c8
client/modules/IDE/components/Console.jsx
@@ -267,7 +267,7 @@ const Console = () => {
267
style={{ fontSize }}
268
>
269
<ConsoleFeed
270
- variant={theme === "light" ? "light" : "dark"}
+ variant={theme === 'light' ? 'light' : 'dark'}
271
styles={getConsoleFeedStyle(theme, fontSize)}
272
logs={consoleEvents}
273
key={`${theme}-${fontSize}`}
0 commit comments