From 96a07b6379b86ae592f5f8a525d8fab080c83d8b Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Wed, 7 Feb 2024 17:15:11 -0800 Subject: [PATCH] chore: adjust styles for alignment and borders --- .../market-header/mobile-market-header.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/trading/components/market-header/mobile-market-header.tsx b/apps/trading/components/market-header/mobile-market-header.tsx index 021cd226d..2b4410cf7 100644 --- a/apps/trading/components/market-header/mobile-market-header.tsx +++ b/apps/trading/components/market-header/mobile-market-header.tsx @@ -29,14 +29,14 @@ export const MobileMarketHeader = () => { if (!marketId) return null; return ( -
+
{ setOpenMarket(x); }} trigger={ -

+

{data ? data.tradableInstrument.instrument.code : t('Select market')} @@ -64,7 +64,7 @@ export const MobileMarketHeader = () => { setOpenPrice(x); }} trigger={ - + {data && ( <> @@ -93,7 +93,7 @@ export const MobileMarketHeader = () => { } > {data && ( -
+
)} @@ -120,8 +120,8 @@ export const FullScreenPopover = ({ {children}