fix: Updating search token width and adding margin between token delta and price (#4500)

Updating search token width and adding margin between token delta and price

Co-authored-by: Alex Ball <alexball@UNISWAP-MAC-038.local>
This commit is contained in:
aballerr 2022-08-26 09:46:39 -04:00 committed by GitHub
parent d0d5240474
commit 40308158ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

@ -81,6 +81,7 @@ export const DeltaContainer = styled.div`
height: 16px;
display: flex;
align-items: center;
margin-top: 4px;
`
const ArrowCell = styled.div`
padding-left: 2px;

@ -21,7 +21,7 @@ const SearchInput = styled.input`
border-radius: 12px;
border: 1px solid ${({ theme }) => theme.backgroundOutline};
height: 100%;
width: min(300px, 100%);
width: min(200px, 100%);
font-size: 16px;
padding-left: 40px;
color: ${({ theme }) => theme.textSecondary};