chore: fix type errors, move textAlign/fontWeight to sx
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
:root { color-scheme: light; }
|
||||
html, body, #root { min-height: 100%; }
|
||||
body { margin: 0; }
|
||||
:root {
|
||||
color-scheme: light;
|
||||
}
|
||||
html,
|
||||
body,
|
||||
#root {
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user