Skip to content

Commit

Permalink
revert: "fix: add background color for swap Input" (#238)
Browse files Browse the repository at this point in the history
Revert "fix: add background color for swap Input (#236)"

This reverts commit 9c79ae5.
  • Loading branch information
zzmp authored Oct 6, 2022
1 parent 1d0f831 commit a4aa3e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Swap/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ export const Balance = styled(ThemedText.Body2)`
`

const InputColumn = styled(Column)<{ approved?: boolean }>`
background-color: ${({ theme }) => theme.module};
border-radius: ${({ theme }) => theme.borderRadius - 0.25}em;
margin-bottom: 0.25em;
padding: 0.75em;
margin: 0.75em;
position: relative;
${TokenImg} {
Expand Down

1 comment on commit a4aa3e9

@vercel
Copy link

@vercel vercel bot commented on a4aa3e9 Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-seven-tau.vercel.app
widgets-uniswap.vercel.app
widgets-git-main-uniswap.vercel.app

Please sign in to comment.