mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: outline button styling
This commit is contained in:
@@ -15,7 +15,7 @@ const buttonVariants = cva(
|
||||
"bg-destructive text-destructive-foreground hover:bg-destructive/80",
|
||||
"destructive-foreground":
|
||||
"border bg-background hover:bg-destructive/15 text-destructive",
|
||||
outline: "border border-border bg-transparent hover:bg-accent/50",
|
||||
outline: "border border-border bg-background hover:bg-accent",
|
||||
secondary:
|
||||
"bg-secondary text-secondary-foreground border border-secondary-border",
|
||||
text: "bg-transparent rounded-none opacity-100 hover:opacity-75",
|
||||
|
||||
Reference in New Issue
Block a user