Commit d18ee78e authored by Ian Lapham's avatar Ian Lapham Committed by Noah Zinsmeister

Fix firefox bugs (#427)

parent de8c9189
......@@ -29,18 +29,18 @@ const GAS_MARGIN = ethers.utils.bigNumberify(1000)
const SubCurrencySelect = styled.button`
${({ theme }) => theme.flexRowNoWrap}
background: ${({ theme }) => theme.zumthorBlue};
border: 1px solid ${({ theme }) => theme.royalBlue};
color: ${({ theme }) => theme.royalBlue};
padding: 4px 50px 4px 15px;
margin-right: -40px;
line-height: 0;
height: 2rem;
padding: 10px 50px 10px 15px;
margin-right: -40px;
align-items: center;
border-radius: 2.5rem;
outline: none;
cursor: pointer;
user-select: none;
background: ${({ theme }) => theme.zumthorBlue};
border: 1px solid ${({ theme }) => theme.royalBlue};
color: ${({ theme }) => theme.royalBlue};
`
const InputRow = styled.div`
......
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