removed unecessary size in Stack

This commit is contained in:
ronronscelestes 2021-11-02 15:08:39 +01:00
parent fe3f334fec
commit a2918a8ccd

View File

@ -82,7 +82,7 @@ const Component = ({
<AccordionToggle
startIcon={<FontAwesomeIcon icon={icon} />}
action={
<Stack horizontal size={2}>
<Stack horizontal size={0}>
{showDownIcon && (
<IconButtonCustom
noBorder