Skip to content

Commit bc8c615

Browse files
authored
fix(fuselage): Add default type prop to button (#760)
1 parent a250c04 commit bc8c615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fuselage/src/components/Button/IconButton.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const IconButton = forwardRef(
6868
return (
6969
<Box
7070
is='button'
71+
type='button'
7172
rcx-button
7273
rcx-button--icon
7374
rcx-button--square={square}

0 commit comments

Comments
 (0)