1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

restrore proper spacing between elements

This commit is contained in:
Matthias Kretschmann 2023-05-06 11:26:31 +02:00
parent 23b9e6aea7
commit 23626ad8cf
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -99,7 +99,8 @@ const CancelSpeedupPopover = () => {
alignItems={AlignItems.center}
display={DISPLAY.FLEX}
variant={TextVariant.bodySm}
marginBottom={4}
marginBottom={2}
paddingBottom={2}
className="cancel-speedup-popover__description"
>
{t('cancelSpeedUpLabel', [
@ -137,7 +138,7 @@ const CancelSpeedupPopover = () => {
display={DISPLAY.FLEX}
alignItems={AlignItems.center}
flexDirection={FLEX_DIRECTION.COLUMN}
marginTop={4}
marginTop={2}
>
<Box className="cancel-speedup-popover__edit-gas-button">
{!appIsLoading && <EditGasFeeButton />}