Commit 5659fe21 authored by lynn's avatar lynn Committed by GitHub

fix: fix swap small layout shifts when clicking reverse tokens button (#4503)

fix
parent bc899b74
...@@ -156,7 +156,7 @@ const NoBalanceState = styled.div` ...@@ -156,7 +156,7 @@ const NoBalanceState = styled.div`
color: ${({ theme }) => theme.textTertiary}; color: ${({ theme }) => theme.textTertiary};
font-weight: 400; font-weight: 400;
justify-content: space-between; justify-content: space-between;
padding: 0px 4px; padding: 0px 4px 1px 4px;
` `
const NoBalanceDash = styled.span` const NoBalanceDash = styled.span`
color: ${({ theme }) => theme.textTertiary}; color: ${({ theme }) => theme.textTertiary};
......
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