From acededce3263657aaaeffad3a2cc7c13cf044500 Mon Sep 17 00:00:00 2001 From: Demari C Date: Sun, 30 May 2021 11:01:12 -0400 Subject: [PATCH] Updated Menu and styling --- src/components/Menu/index.tsx | 3 ++ src/components/SearchModal/CurrencySearch.tsx | 2 +- src/pages/Pool/styleds.tsx | 1 + src/pages/RemoveLiquidity/index.tsx | 42 ++++++++++--------- src/style/Global.ts | 3 +- 5 files changed, 30 insertions(+), 21 deletions(-) diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx index 012ac70..2f10a02 100644 --- a/src/components/Menu/index.tsx +++ b/src/components/Menu/index.tsx @@ -59,6 +59,9 @@ const Menu: React.FC = (props) => {
  • Bridge
  • + +
  • Farms
  • +
    {/*
  • SOKU
  • */} diff --git a/src/components/SearchModal/CurrencySearch.tsx b/src/components/SearchModal/CurrencySearch.tsx index a97ebb4..73ba4bd 100644 --- a/src/components/SearchModal/CurrencySearch.tsx +++ b/src/components/SearchModal/CurrencySearch.tsx @@ -184,7 +184,7 @@ export function CurrencySearch({
    - + {({ height }) => ( - +
    + {`LP ${currencyA?.symbol}/${currencyB?.symbol}`} Burned @@ -369,13 +371,13 @@ export default function RemoveLiquidity({ {pair && ( <> - + {TranslateString(1182, 'Price')} 1 {currencyA?.symbol} = {tokenA ? pair.priceOf(tokenA).toSignificant(6) : '-'} {currencyB?.symbol} - +
    1 {currencyB?.symbol} = {tokenB ? pair.priceOf(tokenB).toSignificant(6) : '-'} {currencyA?.symbol} @@ -383,10 +385,14 @@ export default function RemoveLiquidity({ )} - - +
    ) } @@ -448,6 +454,8 @@ export default function RemoveLiquidity({ return ( <> + + @@ -490,28 +498,28 @@ export default function RemoveLiquidity({
    )} -
    +
    {!account ? ( ) : ( diff --git a/src/style/Global.ts b/src/style/Global.ts index 878dd8d..f0703dd 100644 --- a/src/style/Global.ts +++ b/src/style/Global.ts @@ -43,7 +43,8 @@ const GlobalStyle = createGlobalStyle` color: #04bbfb; } - div[color="text"] { + + div[color="text"], p[color="text"] { color: #05195a; }