Skip to content

Commit

Permalink
fix(fuselage): Add default type prop to button (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh authored Jul 5, 2022
1 parent a250c04 commit bc8c615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fuselage/src/components/Button/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const IconButton = forwardRef(
return (
<Box
is='button'
type='button'
rcx-button
rcx-button--icon
rcx-button--square={square}
Expand Down

0 comments on commit bc8c615

Please sign in to comment.