Skip to content

Commit 8071bf6

Browse files
(Button): add new button types
1 parent b79bcc7 commit 8071bf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scripts/Button.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import { useEventCallback, useMergeRefs } from './hooks';
77
export type ButtonType =
88
| 'neutral'
99
| 'brand'
10+
| 'outline-brand'
1011
| 'destructive'
12+
| 'text-destructive'
13+
| 'success'
1114
| 'inverse'
1215
| 'icon'
1316
| 'icon-bare'

0 commit comments

Comments
 (0)