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) |
This commit is contained in:
parent
088f1d9ae4
commit
8cef1ca0f7
@ -27,7 +27,7 @@ import {
|
||||
import { TradeSummary } from './TradeSummary'
|
||||
|
||||
export const PendingModalContainer = styled(ColumnCenter)`
|
||||
margin: 48px 0 28px;
|
||||
margin: 48px 0 8px;
|
||||
`
|
||||
|
||||
const HeaderContainer = styled(ColumnCenter)<{ $disabled?: boolean }>`
|
||||
|
Loading…
Reference in New Issue
Block a user