Commit 2452d51e authored by Moody Salem's avatar Moody Salem

fix(remove swap button): weirdness on firefox

parent bbdc2580
...@@ -370,7 +370,7 @@ export default function Send({ location: { search } }: RouteComponentProps) { ...@@ -370,7 +370,7 @@ export default function Send({ location: { search } }: RouteComponentProps) {
</ArrowWrapper> </ArrowWrapper>
<ButtonSecondary <ButtonSecondary
onClick={() => setSendingWithSwap(false)} onClick={() => setSendingWithSwap(false)}
style={{ marginRight: '0px', width: 'fit-content', fontSize: '14px' }} style={{ marginRight: '0px', width: 'auto', fontSize: '14px' }}
padding={'4px 6px'} padding={'4px 6px'}
> >
Remove Swap Remove Swap
......
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