Skip to content

Commit

Permalink
feat(Button): Update outline style to match design (#152)
Browse files Browse the repository at this point in the history
* Fix outline variant to match design

* Restore hover state for outline variation
  • Loading branch information
charmcitygavin authored Oct 11, 2023
1 parent da01e26 commit 5f6f79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/components/Inputs/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const buttonVariants = cva(
destructive:
"bg-destructive text-destructive-foreground hover:bg-destructive/90",
outline:
"border border-input bg-background hover:bg-accent hover:text-accent-foreground",
"border-2 border-primary text-primary font-bold hover:text-accent-foreground",
secondary:
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
ghost: "hover:bg-accent hover:text-accent-foreground",
Expand Down

0 comments on commit 5f6f79e

Please sign in to comment.