Remove actual defs for gradient_sky and gradient_primary
This commit is contained in:
@@ -27,8 +27,6 @@ export type ButtonColor =
|
|||||||
| 'secondary_inverted'
|
| 'secondary_inverted'
|
||||||
| 'negative'
|
| 'negative'
|
||||||
| 'negative_secondary'
|
| 'negative_secondary'
|
||||||
| 'gradient_primary'
|
|
||||||
| 'gradient_sky'
|
|
||||||
| 'gradient_midnight'
|
| 'gradient_midnight'
|
||||||
| 'gradient_sunrise'
|
| 'gradient_sunrise'
|
||||||
| 'gradient_sunset'
|
| 'gradient_sunset'
|
||||||
@@ -478,8 +476,6 @@ export const Button = React.forwardRef<View, ButtonProps>(
|
|||||||
secondary_inverted: tokens.gradients.sky,
|
secondary_inverted: tokens.gradients.sky,
|
||||||
negative: tokens.gradients.sky,
|
negative: tokens.gradients.sky,
|
||||||
negative_secondary: tokens.gradients.sky,
|
negative_secondary: tokens.gradients.sky,
|
||||||
gradient_primary: tokens.gradients.primary,
|
|
||||||
gradient_sky: tokens.gradients.sky,
|
|
||||||
gradient_midnight: tokens.gradients.midnight,
|
gradient_midnight: tokens.gradients.midnight,
|
||||||
gradient_sunrise: tokens.gradients.sunrise,
|
gradient_sunrise: tokens.gradients.sunrise,
|
||||||
gradient_sunset: tokens.gradients.sunset,
|
gradient_sunset: tokens.gradients.sunset,
|
||||||
|
|||||||
Reference in New Issue
Block a user