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