Skip to content

Commit

Permalink
Update account row color
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Feb 27, 2025
1 parent 40a6df7 commit 975289c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 975289c

Please sign in to comment.