Update PriorityConvoRow.tsx

This commit is contained in:
Arjun Patel
2022-02-04 22:52:49 -08:00
parent e22786be50
commit 1254385681
@@ -22,8 +22,8 @@ export default function PriorityConvoRow(props: {
return (
<span
className={`group flex flex-row items-center rounded-lg p-2 w-full hover:cursor-pointer ${
isSelected && "bg-slate-50 shadow-lg"
className={`group flex flex-row items-center rounded-lg p-2 w-full transition-all hover:cursor-pointer ${
isSelected && "bg-slate-50 shadow-lg scale-125"
}`}
>
<MasterAvatarGroupWithUserFetch