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 2cd9067 commit fbc01fdCopy full SHA for fbc01fd
client/modules/IDE/components/Console.jsx
@@ -267,6 +267,7 @@ const Console = ({ t }) => {
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