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:
parent
23b9e6aea7
commit
23626ad8cf
@ -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 />}
|
||||
|
Loading…
Reference in New Issue
Block a user