Skip to content

Commit 18fe6a9

Browse files
committed
comment size prop from button as it is givign a type error
1 parent 4eb2b41 commit 18fe6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind/ui/buttons/ButtonTwoLines.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const ButtonTwoLines = ({
6767
return (
6868
<ButtonLink
6969
className={commonClassStyles}
70-
size={size}
70+
// size={size}
7171
buttonProps={buttonProps}
7272
{...rest}
7373
>

0 commit comments

Comments
 (0)