feat(ui): change button font to normal instead of monospace

This commit is contained in:
Brian McGee
2025-08-26 15:13:30 +01:00
parent 3db51887b1
commit 0992a47b00

View File

@@ -90,7 +90,6 @@ export const Button = (props: ButtonProps) => {
<Typography
class="label"
hierarchy="label"
family="mono"
size={local.size || "default"}
inverted={local.hierarchy === "primary"}
weight="bold"