Skip to content

Commit

Permalink
LinkButton / IconButton: add success-tertiary as cambio options (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Mar 1, 2024
1 parent b957e2d commit 888f354
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/angry-guests-call.md
@@ -0,0 +1,9 @@
---
"@cambly/syntax-floating-components": patch
"@cambly/syntax-design-tokens": patch
"@cambly/syntax-tsconfig": patch
"@cambly/syntax-core": patch
"@syntax/storybook": patch
---

LinkButton / IconButton add missing success-tertiary color option
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 888f354

Please sign in to comment.