Merge pull request 'feat(ui): change button font to normal instead of monospace' (#4985) from ui/change-button-font into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4985
This commit is contained in:
brianmcgee
2025-08-26 14:23:10 +00:00

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"