From a1b5be7ae9fb6cc33d54afe8dd3c638697382d78 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 30 Jul 2025 14:19:46 -0500 Subject: [PATCH] Remove actual defs for gradient_sky and gradient_primary --- src/components/Button.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 42eb648443..8308bd66f8 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -27,8 +27,6 @@ export type ButtonColor = | 'secondary_inverted' | 'negative' | 'negative_secondary' - | 'gradient_primary' - | 'gradient_sky' | 'gradient_midnight' | 'gradient_sunrise' | 'gradient_sunset' @@ -478,8 +476,6 @@ export const Button = React.forwardRef( secondary_inverted: tokens.gradients.sky, negative: tokens.gradients.sky, negative_secondary: tokens.gradients.sky, - gradient_primary: tokens.gradients.primary, - gradient_sky: tokens.gradients.sky, gradient_midnight: tokens.gradients.midnight, gradient_sunrise: tokens.gradients.sunrise, gradient_sunset: tokens.gradients.sunset,