Skip to content

Commit 8dba376

Browse files
committed
fix: hover effect
1 parent 5c5bc5c commit 8dba376

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/home/vault-table/vault-table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const VaultTableRowContent = ({ vault }: VaultTableRowProps) => {
7777
<AddressBadge
7878
weight={700}
7979
showPopover="hover"
80+
hoverEffect={false}
8081
popoverPlacement="top"
8182
address={vault.address}
8283
/>

0 commit comments

Comments
 (0)