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) => {