diff --git a/packages/react/src/components/buttons/abstract-button.tsx b/packages/react/src/components/buttons/abstract-button.tsx index 3f4daeac8f..fca5f7e8bc 100755 --- a/packages/react/src/components/buttons/abstract-button.tsx +++ b/packages/react/src/components/buttons/abstract-button.tsx @@ -90,7 +90,7 @@ export type ButtonType = | 'primary' | 'secondary' | 'tertiary' - | 'destructive' + | 'destructive-primary' | 'destructive-secondary' | 'destructive-tertiary'; @@ -125,7 +125,7 @@ const getButtonStyles: (props: ButtonTypeStyles) => FlattenInterpolation { test('has destructive styles', () => { const tree = renderWithProviders( - -