UI / Theme improvements

This commit is contained in:
Nate Butler
2022-07-16 11:52:30 -04:00
parent 145d59d47a
commit ef2b42c3fb
5 changed files with 28 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default function tooltip(theme: Theme) {
background: backgroundColor(theme, "on500"),
cornerRadius: 4,
margin: { left: 6 },
padding: { left: 3, right: 3 },
padding: { left: 4, right: 4 },
...text(theme, "mono", "muted", { size: "xs", weight: "bold" })
},
maxTextWidth: 200,