Skip to content

Commit 40e4ce2

Browse files
committed
fix(style): add missing padding
1 parent b2508fc commit 40e4ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/MigrateV1/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function MigrateV1({ history }: RouteComponentProps) {
8484
<TYPE.largeHeader>Migrate Liquidity</TYPE.largeHeader>
8585
<div></div>
8686
</AutoRow>
87-
<GreyCard style={{ marginTop: '0', padding: 0, display: 'inline-block' }}>
87+
<GreyCard>
8888
<TYPE.main style={{ lineHeight: '140%' }}>
8989
For each pool, approve the migration helper and click migrate liquidity. Your liquidity will be withdrawn
9090
from Uniswap V1 and deposited into Uniswap V2.

0 commit comments

Comments
 (0)