Skip to content

Commit

Permalink
chore: remove border
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym authored Oct 10, 2024
1 parent fc79f5b commit 83bfd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const buttonVariants = cva(
'destructive-outline':
'border border-destructive text-destructive bg-background hover:bg-destructive hover:text-destructive-foreground',
secondary:
'bg-session-black text-session-white hover:bg-session-white border border-2 border-session-black hover:text-session-black',
'bg-session-black text-session-white hover:bg-session-white border-2 border-session-black hover:text-session-black',
ghost: 'hover:bg-accent hover:text-accent-foreground',
'destructive-ghost':
'text-destructive hover:bg-destructive hover:text-destructive-foreground',
Expand Down

0 comments on commit 83bfd89

Please sign in to comment.