darken mini repl bg
This commit is contained in:
parent
712a2ae018
commit
884811fd99
5 changed files with 11 additions and 11 deletions
|
|
@ -66,7 +66,7 @@ export function MiniRepl({ tune, defaultSynth, hideOutsideView = false, theme, i
|
|||
</div>
|
||||
{error && <div className={styles.error}>{error.message}</div>}
|
||||
</div>
|
||||
<div className={styles.body} >
|
||||
<div className={styles.body}>
|
||||
{show && <CodeMirror6 value={code} onChange={setCode} onViewChanged={setView} />}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue