inspector: improve type checks, map color scheme [#49]

This commit is contained in:
Brandon Liu
2022-12-02 12:33:33 +08:00
parent decf0424d7
commit 32828f391b
5 changed files with 31 additions and 27 deletions

View File

@@ -55,8 +55,6 @@ export const globalStyles = globalCss({
margin: 0,
padding: 0,
border: 0,
fontFamily: "Inter, sans-serif",
},
body: { backgroundColor: "$black", color: "$white" },
"@import": ["url('https://rsms.me/inter/inter.css')"],
body: { backgroundColor: "$black", color: "$white", fontFamily: "sans-serif" }
});