Skip to content

Commit 94cea8f

Browse files
committed
feat(Button): change layout * 10
1 parent 02f707c commit 94cea8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/actions/ItemActionContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function ItemActionProvider({
3232
type === 'item' ||
3333
type === 'outline' ||
3434
type === 'header' ||
35-
type === 'alert'
35+
type === 'card'
3636
? 'neutral'
3737
: type === 'secondary'
3838
? 'clear'

0 commit comments

Comments
 (0)