Add back hover

This commit is contained in:
James Grugett 2022-09-22 17:53:38 -04:00
parent 92d9f7dbd8
commit e296e5e853

View File

@ -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