diff --git a/src/components/Tokens/TokenDetails/PriceChart.tsx b/src/components/Tokens/TokenDetails/PriceChart.tsx index 4363b7f742..440bf51570 100644 --- a/src/components/Tokens/TokenDetails/PriceChart.tsx +++ b/src/components/Tokens/TokenDetails/PriceChart.tsx @@ -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; diff --git a/src/components/Tokens/TokenTable/SearchBar.tsx b/src/components/Tokens/TokenTable/SearchBar.tsx index 84bc789422..5dfe16d998 100644 --- a/src/components/Tokens/TokenTable/SearchBar.tsx +++ b/src/components/Tokens/TokenTable/SearchBar.tsx @@ -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};