From 975289c5dabd345b4f59bb6a44f73a4705dbccf1 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Thu, 27 Feb 2025 11:39:46 -0800 Subject: [PATCH] Update account row color --- packages/desktop-client/src/components/banksync/AccountRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop-client/src/components/banksync/AccountRow.tsx b/packages/desktop-client/src/components/banksync/AccountRow.tsx index e98d2242f92..d98c370c594 100644 --- a/packages/desktop-client/src/components/banksync/AccountRow.tsx +++ b/packages/desktop-client/src/components/banksync/AccountRow.tsx @@ -39,7 +39,7 @@ export const AccountRow = memo( fontSize: 13, backgroundColor: backgroundFocus ? theme.tableRowBackgroundHover - : theme.tableBackground, + : theme.tableRowBackground, }} collapsed={true} onMouseEnter={() => onHover && onHover(account.id)}