Add back hover
This commit is contained in:
parent
92d9f7dbd8
commit
e296e5e853
|
@ -393,7 +393,7 @@ export function ContractCardProbChange(props: {
|
|||
<Col
|
||||
className={clsx(
|
||||
className,
|
||||
'mb-4 rounded-lg bg-white shadow hover:shadow-lg'
|
||||
'mb-4 rounded-lg bg-white shadow hover:bg-gray-100 hover:shadow-lg'
|
||||
)}
|
||||
>
|
||||
<AvatarDetails
|
||||
|
|
Loading…
Reference in New Issue
Block a user