Skip to content

Commit 0282a84

Browse files
committed
removing the size from the icon button as it follows the one set to the button anyway
1 parent 7e62b6f commit 0282a84

File tree

1 file changed

+0
-2
lines changed
  • redisinsight/ui/src/components/base/forms/buttons

1 file changed

+0
-2
lines changed

redisinsight/ui/src/components/base/forms/buttons/Button.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ export const BaseButton = ({
3535
icon={icon}
3636
iconSide={iconSide}
3737
loading={loading}
38-
size={btnSize}
3938
/>
4039
{children}
4140
<ButtonIcon
4241
buttonSide="right"
4342
icon={icon}
4443
iconSide={iconSide}
4544
loading={loading}
46-
size={btnSize}
4745
/>
4846
</Button>
4947
)

0 commit comments

Comments
 (0)