Skip to content

Commit

Permalink
remove variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Apr 15, 2024
1 parent 998c03d commit 897bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type ButtonProps = {
/** Specify which variant to use */
variant?: 'primary' | 'secondary' | 'tertiary';
/** Specify which color palette to use */
color?: 'first' | 'second' | 'success' | 'danger' | 'inverted';
color?: 'first' | 'second' | 'success' | 'danger';
/** Size */
size?: 'small' | 'medium' | 'large';
/** If `Button` should fill full width of its container */
Expand Down

0 comments on commit 897bf61

Please sign in to comment.