Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Make icon optional
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Dec 14, 2021
1 parent 506dfd3 commit 6de2082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/buttons/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type ButtonMargins = {

export type ButtonProps = StyledButtonProps &
ButtonContentProps & {
icon: keyof Icons
icon?: keyof Icons
faIcon?: IconProp
iconPosition?: IconPosition
size?: ButtonSize
Expand Down

0 comments on commit 6de2082

Please sign in to comment.