chore: fix type errors, move textAlign/fontWeight to sx

This commit is contained in:
Kirill
2026-05-22 13:28:45 +05:00
parent 9696a4dcc3
commit e468625cfc
3 changed files with 15 additions and 8 deletions
+11 -3
View File
@@ -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;
}