Skip to content

Commit

Permalink
Fixed the issue of text not visible on investment card hover. (Codeha…
Browse files Browse the repository at this point in the history
  • Loading branch information
piyusharmap authored Feb 25, 2024
1 parent b07374b commit 9a4ada0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function Investmentcards({ items }: MailListProps) {
<Card
key={item.id}
onClick={() => setMail({ ...mail, selected: item.id })}
className="group flex items-center justify-between p-3 hover:bg-gray-100"
className="group flex items-center justify-between p-3 hover:bg-gray-100 hover:text-background"
>
<div className="flex grow flex-col">
<CardTitle className="font-bold">{item.name}</CardTitle>
Expand Down

0 comments on commit 9a4ada0

Please sign in to comment.