Skip to content

Commit

Permalink
LinkButton / IconButton: add success-tertiary as cambio options
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Mar 1, 2024
1 parent b957e2d commit 834c0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/syntax-core/src/IconButton/IconButton.tsx
Expand Up @@ -54,6 +54,7 @@ type IconButtonProps = {
| "success"
| "success-primary"
| "success-secondary"
| "success-tertiary"
| "inverse";
/**
* Test id for the button
Expand Down
1 change: 1 addition & 0 deletions packages/syntax-core/src/LinkButton/LinkButton.tsx
Expand Up @@ -68,6 +68,7 @@ type LinkButtonProps = {
| "success"
| "success-primary"
| "success-secondary"
| "success-tertiary"
| "inverse";
/**
* The size of the button
Expand Down

0 comments on commit 834c0ab

Please sign in to comment.