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 <AccordionToggle
startIcon={<FontAwesomeIcon icon={icon} />} startIcon={<FontAwesomeIcon icon={icon} />}
action={ action={
<Stack horizontal size={2}> <Stack horizontal size={0}>
{showDownIcon && ( {showDownIcon && (
<IconButtonCustom <IconButtonCustom
noBorder noBorder