Skip to content

Commit b226a49

Browse files
committed
bugfixes
1 parent 08933b9 commit b226a49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/solid-repl/repl/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import url('@unocss/reset/tailwind.css');
12

23
@font-face {
34
font-family: 'Gordita';

packages/solid-repl/src/components/editor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const Editor: Component<{
8181
onMount(() => {
8282
editor = mEditor.create(parent, {
8383
model: null,
84-
fontFamily:'Menlo, Monaco, "Courier New", monospace',
84+
fontFamily: 'Menlo, Monaco, "Courier New", monospace',
8585
automaticLayout: true,
8686
readOnly: props.disabled,
8787
fontSize: zoomState.fontSize,

0 commit comments

Comments
 (0)