Remove bold mono font (#6414)

* Remove all use of bold mono font
A few mono font points are left, mostly for numbers which look better in
monospace.

* Update snapshots
This commit is contained in:
Frank Noirot
2025-04-22 11:17:47 -04:00
committed by GitHub
parent e4080cc184
commit bc1742af48
26 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.button {
@apply flex justify-between items-center gap-2 px-2 py-1 text-left border-none rounded-sm;
@apply font-mono !no-underline text-xs font-bold select-none text-chalkboard-90;
@apply !no-underline text-xs select-none text-chalkboard-90;
@apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit;
@apply transition-colors ease-out;
@apply m-0;