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={ action={
<Stack horizontal size={2}> <Stack horizontal size={2}>
{showDownIcon && ( {showDownIcon && (
<IconButton <IconButtonCustom
noBorder
label={downLabel} label={downLabel}
onClick={handleMoveComponentDown} onClick={handleMoveComponentDown}
icon={<ArrowDown />} icon={<ArrowDown />}