From 8ebc07806462cbb7d900da8a45829d8407665c27 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Mon, 5 Jul 2021 00:37:05 -0300 Subject: [PATCH] Darken internal transactions --- src/components/TransactionDirection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TransactionDirection.tsx b/src/components/TransactionDirection.tsx index 927bda1..3695a77 100644 --- a/src/components/TransactionDirection.tsx +++ b/src/components/TransactionDirection.tsx @@ -41,6 +41,7 @@ const TransactionDirection: React.FC = ({ msg = "SELF"; } else if (direction === Direction.INTERNAL) { msg = "INT"; + bgColor = "bg-green-100" } if (flags === Flags.MINER) {