mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-22 20:08:28 +03:00
Add print styles to badge component
This commit is contained in:
parent
478cd8582e
commit
7e04782e2f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user