Skip to content

Commit

Permalink
Merge pull request #695 from contember/feat/secondary-button-styles
Browse files Browse the repository at this point in the history
feat: better styling for secondary button variant
  • Loading branch information
matej21 authored May 24, 2024
2 parents 2a80ff9 + 1a07330 commit dc97775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/admin/lib/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const buttonConfig = uiconfig({
default: 'bg-primary text-primary-foreground shadow hover:bg-primary/90',
destructive: 'bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90',
outline: 'border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground',
secondary: 'bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80',
secondary: 'bg-secondary border border-input text-secondary-foreground shadow-sm hover:bg-secondary/80',
ghost: 'hover:bg-accent hover:text-accent-foreground',
link: 'text-primary underline-offset-4 hover:underline',
},
Expand Down

0 comments on commit dc97775

Please sign in to comment.