Change primary button font weight (#655)

This commit is contained in:
Kerem Yilmaz
2024-07-29 06:29:45 -07:00
committed by GitHub
parent f771cbb340
commit 8309312956

View File

@@ -6,7 +6,7 @@ const buttonVariants = cva(
variants: {
variant: {
default:
"bg-primary text-primary-foreground shadow hover:bg-primary/90",
"bg-primary text-primary-foreground shadow hover:bg-primary/90 font-bold",
destructive:
"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
outline: