From 7e84d58f58ac2f468b040949c5cfccef27fc5daa Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Mon, 4 Sep 2023 12:20:00 -0700 Subject: [PATCH] chore: fix alignment of market selector items --- .../market-selector/market-selector-item.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/trading/components/market-selector/market-selector-item.tsx b/apps/trading/components/market-selector/market-selector-item.tsx index b60ef54af..af54ecd66 100644 --- a/apps/trading/components/market-selector/market-selector-item.tsx +++ b/apps/trading/components/market-selector/market-selector-item.tsx @@ -31,7 +31,7 @@ export const MarketSelectorItem = ({
-

+

{market.tradableInstrument.instrument.code}{' '} {allProducts && productType && ( @@ -107,7 +107,7 @@ const MarketData = ({ )}

{volume}
-
+
{oneDayCandles && (