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:
parent
d0d5240474
commit
40308158ca
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user