Revert "Remove all use of bold mono font" (#6394)

Revert "Remove all use of bold mono font (#6373)"

This reverts commit 03c4121ab7.
This commit is contained in:
Frank Noirot
2025-04-18 14:57:10 -04:00
committed by GitHub
parent a20f420a55
commit ce3a6ad286
4 changed files with 5 additions and 5 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 !no-underline text-xs select-none text-chalkboard-90;
@apply font-mono !no-underline text-xs font-bold 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;