Update OfficeCard.tsx

This commit is contained in:
Arjun Patel
2022-01-22 17:03:29 -08:00
parent f94b493a97
commit bed5834681
+1 -1
View File
@@ -85,7 +85,7 @@ export default function OfficeCard(props: IOfficeCard) {
return (
<span
className={`flex flex-col transition-all duration-300 hover:bg-gray-200 hover:bg-opacity-25
py-5 px-3 rounded-lg ${isUserInRoom ? "bg-orange-500 bg-opacity-25" : ""}`}
py-3 px-3 rounded-lg ${isUserInRoom ? "bg-orange-500 bg-opacity-25" : ""}`}
>
<span className="flex flex-row justify-start items-center">
{renderOfficePulse(props.officeRoom.state)}