From d9857a191ef66dcdfd566d7c23559fc8b4dc53f4 Mon Sep 17 00:00:00 2001 From: secondl1ght Date: Thu, 3 Oct 2024 18:39:36 -0600 Subject: [PATCH] style: hover states on tx buttons --- src/views/transactions/Transaction.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/transactions/Transaction.tsx b/src/views/transactions/Transaction.tsx index 184fb58..f37dd11 100644 --- a/src/views/transactions/Transaction.tsx +++ b/src/views/transactions/Transaction.tsx @@ -29,9 +29,9 @@ export const Transaction: FC<{ return ( -
+
-
+
{balanceNum < 0 ? ( ) : (