darken mini repl bg

This commit is contained in:
Felix Roos 2022-07-29 00:19:06 +02:00
parent 712a2ae018
commit 884811fd99
5 changed files with 11 additions and 11 deletions

View file

@ -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>

View file

@ -1,5 +1,5 @@
.container {
@apply sc-rounded-md sc-overflow-hidden sc-bg-[#444C57];
@apply sc-rounded-md sc-overflow-hidden sc-bg-[#2a3236];
}
.header {