From e53cc1c1b836a2af907f8314ea127c9a86da19ff Mon Sep 17 00:00:00 2001 From: Sophie <47993817+sdankel@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:10:04 -0600 Subject: [PATCH] try removing negative margin --- .../src/systems/Home/components/DailyTransaction.tsx | 2 +- .../src/systems/Home/components/GasSpentChart/index.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/app-explorer/src/systems/Home/components/DailyTransaction.tsx b/packages/app-explorer/src/systems/Home/components/DailyTransaction.tsx index c7159807..1d327d35 100644 --- a/packages/app-explorer/src/systems/Home/components/DailyTransaction.tsx +++ b/packages/app-explorer/src/systems/Home/components/DailyTransaction.tsx @@ -56,7 +56,6 @@ const DailyTransaction = (blocks: DailyTransactionProps) => { width="14" height="14" viewBox="0 0 14 14" - overflow="visible" fill="none" xmlns="http://www.w3.org/2000/svg" > @@ -91,6 +90,7 @@ const DailyTransaction = (blocks: DailyTransactionProps) => { strokeDasharray="3 3" stroke="#333" vertical={false} + overflow="visible" /> { width="14" height="14" viewBox="0 0 14 14" - overflow="visible" fill="none" xmlns="http://www.w3.org/2000/svg" > @@ -78,7 +77,7 @@ const GasSpentChart = (gasSpent: GasSpentProps) => {