From 834c0abc3c05192dd954ce9ee074a926965ae6b2 Mon Sep 17 00:00:00 2001 From: Christian Vuerings Date: Fri, 1 Mar 2024 14:08:35 -0800 Subject: [PATCH] LinkButton / IconButton: add success-tertiary as cambio options --- packages/syntax-core/src/IconButton/IconButton.tsx | 1 + packages/syntax-core/src/LinkButton/LinkButton.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/syntax-core/src/IconButton/IconButton.tsx b/packages/syntax-core/src/IconButton/IconButton.tsx index 244fd3cc..b3af5695 100644 --- a/packages/syntax-core/src/IconButton/IconButton.tsx +++ b/packages/syntax-core/src/IconButton/IconButton.tsx @@ -54,6 +54,7 @@ type IconButtonProps = { | "success" | "success-primary" | "success-secondary" + | "success-tertiary" | "inverse"; /** * Test id for the button diff --git a/packages/syntax-core/src/LinkButton/LinkButton.tsx b/packages/syntax-core/src/LinkButton/LinkButton.tsx index aa1e1af8..8eee73af 100644 --- a/packages/syntax-core/src/LinkButton/LinkButton.tsx +++ b/packages/syntax-core/src/LinkButton/LinkButton.tsx @@ -68,6 +68,7 @@ type LinkButtonProps = { | "success" | "success-primary" | "success-secondary" + | "success-tertiary" | "inverse"; /** * The size of the button