Skip to content

Commit

Permalink
inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Apr 15, 2024
1 parent 897bf61 commit 06aaf6c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/react/src/components/Button/Button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ import type { ButtonProps } from './Button';
import { Button } from './Button';

const sizes: ButtonProps['size'][] = ['small', 'medium', 'large'];
const colors: ButtonProps['color'][] = [
'first',
'second',
'success',
'danger',
'inverted',
];
const colors: ButtonProps['color'][] = ['first', 'second', 'success', 'danger'];
const variants: ButtonProps['variant'][] = ['primary', 'secondary', 'tertiary'];

const user = userEvent.setup();
Expand Down

0 comments on commit 06aaf6c

Please sign in to comment.