Skip to content

Commit

Permalink
comment size prop from button as it is givign a type error
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Aug 3, 2024
1 parent 4eb2b41 commit 18fe6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind/ui/buttons/ButtonTwoLines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ButtonTwoLines = ({
return (
<ButtonLink
className={commonClassStyles}
size={size}
// size={size}
buttonProps={buttonProps}
{...rest}
>
Expand Down

0 comments on commit 18fe6a9

Please sign in to comment.