Add print styles to badge component

This commit is contained in:
Scott Zeta 2023-12-29 15:58:00 +10:30
parent 478cd8582e
commit 7e04782e2f

View File

@ -9,7 +9,7 @@ const badgeVariants = cva(
variants: {
variant: {
default:
"border-transparent bg-primary/80 text-primary-foreground hover:bg-primary/60",
"border-transparent bg-primary/80 text-primary-foreground hover:bg-primary/60 print:text-primary print:underline",
secondary:
"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/60",
destructive: