Skip to content

Commit

Permalink
Merge pull request #758 from hackclub/malted/revert-button
Browse files Browse the repository at this point in the history
Revert butotn cahnge
  • Loading branch information
malted authored Nov 13, 2024
2 parents e8dcb0e + 31efc4e commit 671f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const buttonVariants = cva(
destructive:
'bg-destructive text-destructive-foreground hover:bg-destructive/90',
outline:
'!bg-transparent text-white border border-input bg-background hover:bg-accent hover:opacity-80',
'bg-[#ffffffaa] text-secondary-foreground border border-input bg-background hover:bg-accent 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 671f71b

Please sign in to comment.