From 2b9ada9ebc18a387e4a23ac0d10eb000e9e89d90 Mon Sep 17 00:00:00 2001 From: saml33 Date: Tue, 20 Sep 2022 20:36:33 +1000 Subject: [PATCH] remove double borders --- components/trade/GroupSize.tsx | 10 +++++----- components/trade/Orderbook.tsx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/trade/GroupSize.tsx b/components/trade/GroupSize.tsx index 3c581e77..40f0af1b 100644 --- a/components/trade/GroupSize.tsx +++ b/components/trade/GroupSize.tsx @@ -31,15 +31,15 @@ const GroupSize = ({ {({ open }) => ( <>
- {value} + {value} @@ -48,7 +48,7 @@ const GroupSize = ({ {open ? ( {sizes.map((size) => ( diff --git a/components/trade/Orderbook.tsx b/components/trade/Orderbook.tsx index d56ee369..8a984e18 100644 --- a/components/trade/Orderbook.tsx +++ b/components/trade/Orderbook.tsx @@ -353,7 +353,7 @@ const Orderbook = ({ depth = 12 }) => { : 'text-th-fgd-4 hover:text-th-fgd-2' }`} > - Book + Book
{
-
+