Add back hover
This commit is contained in:
parent
92d9f7dbd8
commit
e296e5e853
|
@ -393,7 +393,7 @@ export function ContractCardProbChange(props: {
|
||||||
<Col
|
<Col
|
||||||
className={clsx(
|
className={clsx(
|
||||||
className,
|
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
|
<AvatarDetails
|
||||||
|
|
Loading…
Reference in New Issue
Block a user