From 9a7ee6dc4c536e9f3b656a1ca55972117ea0fc96 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 22 Aug 2024 17:54:27 -0700 Subject: [PATCH] Remove hover from row --- src/view/screens/Settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index 64535b3853..fc93f9c922 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -96,7 +96,7 @@ function SettingsAccountCard({ marginBottom: 1, }, account.did === pendingDid && [t.atoms.bg_contrast_25], - (ctx.hovered || ctx.pressed) && [t.atoms.bg_contrast_25], + ctx.pressed && [t.atoms.bg_contrast_25], ]}>