Commit 8cef1ca0 authored by eddie's avatar eddie Committed by GitHub

fix: bottom padding on swap modal (#6715)

<!-- Your PR title must follow conventional commits: https://github.com/Uniswap/interface#pr-title -->

## Description
<!-- Summary of change, including motivation and context. -->
<!-- Use verb-driven language: "Fixes XYZ" instead of "This change fixes XYZ" -->


<!-- Delete inapplicable lines: -->
_Linear ticket:_ https://linear.app/uniswap/issue/WEB-2151/permit2-fix-dialog-window-height


<!-- Delete this section if your change does not affect UI. -->
## Screen capture

### Before
|    Mobile    |   Desktop    |
| ------------ | ------------ |
| paste_before | <img width="516" alt="image" src="https://github.com/Uniswap/interface/assets/66155195/4b7320c3-9bd3-4c5c-8d28-341a5ae7fa4f"> |


### After
|    Mobile    |   Desktop   |
| ------------ | ----------- |
| paste_after  | ![image](https://github.com/Uniswap/interface/assets/66155195/8b112a05-39d5-4a01-b412-47a7d74d040f) |

parent 088f1d9a
...@@ -27,7 +27,7 @@ import { ...@@ -27,7 +27,7 @@ import {
import { TradeSummary } from './TradeSummary' import { TradeSummary } from './TradeSummary'
export const PendingModalContainer = styled(ColumnCenter)` export const PendingModalContainer = styled(ColumnCenter)`
margin: 48px 0 28px; margin: 48px 0 8px;
` `
const HeaderContainer = styled(ColumnCenter)<{ $disabled?: boolean }>` const HeaderContainer = styled(ColumnCenter)<{ $disabled?: boolean }>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment