Commit 40308158 authored by aballerr's avatar aballerr Committed by GitHub

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: default avatarAlex Ball <alexball@UNISWAP-MAC-038.local>
parent d0d52404
...@@ -81,6 +81,7 @@ export const DeltaContainer = styled.div` ...@@ -81,6 +81,7 @@ export const DeltaContainer = styled.div`
height: 16px; height: 16px;
display: flex; display: flex;
align-items: center; align-items: center;
margin-top: 4px;
` `
const ArrowCell = styled.div` const ArrowCell = styled.div`
padding-left: 2px; padding-left: 2px;
......
...@@ -21,7 +21,7 @@ const SearchInput = styled.input` ...@@ -21,7 +21,7 @@ const SearchInput = styled.input`
border-radius: 12px; border-radius: 12px;
border: 1px solid ${({ theme }) => theme.backgroundOutline}; border: 1px solid ${({ theme }) => theme.backgroundOutline};
height: 100%; height: 100%;
width: min(300px, 100%); width: min(200px, 100%);
font-size: 16px; font-size: 16px;
padding-left: 40px; padding-left: 40px;
color: ${({ theme }) => theme.textSecondary}; color: ${({ theme }) => theme.textSecondary};
......
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