set background to 222 + remove log

This commit is contained in:
Felix Roos 2022-08-05 23:23:51 +02:00
parent 0cd82c7e57
commit 67c21c18cf
6 changed files with 15 additions and 17 deletions

View file

@ -79,12 +79,11 @@ const highlightField = StateField.define({
});
export default function CodeMirror({ value, onChange, onViewChanged, onCursor, options, editorDidMount }) {
console.log('coodemirrrorrr', strudelTheme);
return (
<>
<_CodeMirror
value={value}
onChange={(value, viewUpdate) => {
onChange={(value) => {
onChange(value);
}}
onCreateEditor={(view) => {

View file

@ -1,5 +1,5 @@
.container {
@apply sc-rounded-md sc-overflow-hidden sc-bg-[#111111];
@apply sc-rounded-md sc-overflow-hidden sc-bg-[#222222];
}
.header {