add missing styles + fix demo
This commit is contained in:
parent
a29c5f1bd8
commit
7eeae4292c
3 changed files with 20 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import cx from '../cx';
|
|||
import useHighlighting from '../hooks/useHighlighting.mjs';
|
||||
import CodeMirror6 from './CodeMirror6';
|
||||
import 'tailwindcss/tailwind.css';
|
||||
import './style.css';
|
||||
import styles from './MiniRepl.module.css';
|
||||
import { Icon } from './Icon';
|
||||
|
||||
|
|
|
|||
3
packages/react/src/components/style.css
Normal file
3
packages/react/src/components/style.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.cm-editor {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue