Skip to content

Commit

Permalink
restrore proper spacing between elements
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed May 6, 2023
1 parent 23b9e6a commit 23626ad
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
Expand Down Expand Up @@ -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 />}
Expand Down

0 comments on commit 23626ad

Please sign in to comment.