fixed icon button

This commit is contained in:
ronronscelestes 2021-10-29 23:13:34 +02:00
parent 979527c264
commit 2d416b0a41

View File

@ -75,7 +75,8 @@ const Component = ({
action={
<Stack horizontal size={2}>
{showDownIcon && (
<IconButton
<IconButtonCustom
noBorder
label={downLabel}
onClick={handleMoveComponentDown}
icon={<ArrowDown />}