diff --git a/src/lib/components/buttons/Button/Button.tsx b/src/lib/components/buttons/Button/Button.tsx index 9bc47435..1e72042a 100644 --- a/src/lib/components/buttons/Button/Button.tsx +++ b/src/lib/components/buttons/Button/Button.tsx @@ -18,7 +18,7 @@ export type ButtonMargins = { export type ButtonProps = StyledButtonProps & ButtonContentProps & { - icon: keyof Icons + icon?: keyof Icons faIcon?: IconProp iconPosition?: IconPosition size?: ButtonSize