Skip to content

Commit 2618675

Browse files
committed
fix: fix format issues in index.css and settings panel component
1 parent 70d10f8 commit 2618675

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/index.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
@import "tailwindcss";
1+
@import 'tailwindcss';
22

33
* {
44
box-sizing: border-box;
55
}
66

77
body {
8-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
9-
'Helvetica Neue', Arial, sans-serif;
8+
font-family:
9+
system-ui,
10+
-apple-system,
11+
BlinkMacSystemFont,
12+
'Segoe UI',
13+
Roboto,
14+
'Helvetica Neue',
15+
Arial,
16+
sans-serif;
1017
-webkit-font-smoothing: antialiased;
1118
-moz-osx-font-smoothing: grayscale;
1219
color: #111827;

0 commit comments

Comments
 (0)