Skip to content

Commit

Permalink
minor css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherDevv committed Jun 2, 2024
1 parent 59d4c54 commit dc35768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vaults/VaultEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const VaultEntry: FC<{ vault: bigint }> = ({ vault }) => {
return (
<div>
<div
className="flex justify-between border-b border-border p-2"
className="flex justify-between border-b border-border p-2 hover:cursor-pointer hover:bg-background-secondary"
onClick={() => setIsOpen(true)}
>
<div>
Expand Down

0 comments on commit dc35768

Please sign in to comment.