diff --git a/repl/src/App.js b/repl/src/App.js index 9f0e759b..1c574e6e 100644 --- a/repl/src/App.js +++ b/repl/src/App.js @@ -1,5 +1,4 @@ import React, { useCallback, useLayoutEffect, useRef, useState, useEffect } from 'react'; -// import CodeMirror, { markEvent, markParens } from './CodeMirror'; import CodeMirror6, { highlightEvent } from './CodeMirror6'; import cx from './cx'; import logo from './logo.svg'; @@ -51,7 +50,6 @@ extend( Tone, }, ); -// eval stuff end const codeParam = window.location.href.split('#')[1]; let decoded; @@ -149,15 +147,15 @@ function App() { id="header" className={cx( 'flex-none w-full h-14 px-2 flex border-b border-gray-200 justify-between z-[10]', - uiHidden ? 'bg-transparent text-white' : 'bg-white', + uiHidden ? 'bg-transparent text-white' : 'bg-gray-100', )} >