Remove hover from row

This commit is contained in:
Eric Bailey
2024-08-22 17:54:27 -07:00
parent a43d378e40
commit 9a7ee6dc4c
+1 -1
View File
@@ -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],
]}>
<UserAvatar
size={40}