Skip to content

Commit

Permalink
fix mobile menu nav padding (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawasabi authored Nov 2, 2022
1 parent 1b46555 commit 20bad3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/Layout/NavigationSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export function NavigationSidebar(_: NavigationSidebarProps) {
{triggerMenuButton}
</Inline>
{isOpen && (
<Column css={{ paddingTop: '$12' }}>
<Column css={{ padding: '$12 $12 0' }}>
{walletButton}
{menuLinks}
</Column>
Expand Down
1 change: 0 additions & 1 deletion features/swap/components/TransactionTips.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export const TransactionTips = ({
</Text>
)}
</StyledDivForRateWrapper>

</StyledDivForWrapper>
)
}
Expand Down

0 comments on commit 20bad3e

Please sign in to comment.