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