Skip to content

Commit

Permalink
fix: form label hover on remove wallet modal
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev committed Oct 23, 2024
1 parent d235adf commit fb02129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DeleteWallet = ({ onClose, onCancel, onDelete, wallet }: DeleteWall
onDelete={onDelete}
>
<FormField name="wallet" className="mt-4">
<FormLabel label={t("COMMON.WALLET")} />
<FormLabel label={t("COMMON.WALLET")} className="hover:!text-theme-secondary-text" />
<SelectAddress
wallet={{
address: wallet.address(),
Expand Down

0 comments on commit fb02129

Please sign in to comment.