From 67156f49d985c4c009505ea3210293da06ce06d2 Mon Sep 17 00:00:00 2001 From: saml33 Date: Mon, 6 Sep 2021 16:22:30 +1000 Subject: [PATCH] update zebra stripe colors --- components/BalancesTable.tsx | 12 ++++++++---- components/TableElements.tsx | 6 +++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/components/BalancesTable.tsx b/components/BalancesTable.tsx index effab08c..1ac00d90 100644 --- a/components/BalancesTable.tsx +++ b/components/BalancesTable.tsx @@ -331,8 +331,10 @@ const BalancesTable = ({ showZeroBalances = false }) => { <>
@@ -362,10 +364,12 @@ const BalancesTable = ({ showZeroBalances = false }) => { -
+
Deposits diff --git a/components/TableElements.tsx b/components/TableElements.tsx index 26603ba3..ec50f04d 100644 --- a/components/TableElements.tsx +++ b/components/TableElements.tsx @@ -15,7 +15,11 @@ export const Th = ({ children }) => ( export const TrBody = ({ children, index, key }) => (