improvements with blur and stuff

This commit is contained in:
Arjun Patel
2022-01-26 12:58:13 -08:00
parent 49326079f9
commit 551e9ce067
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ export default function RoomCard(props: IRoomCardProps) {
<span
className={`flex flex-col ${
isUserInRoom ? " bg-white bg-opacity-80" : "bg-gray-300 bg-opacity-25"
} rounded-lg justify-between w-96 m-2 shrink-0 h-[14rem]`}
} rounded-lg justify-between w-96 m-2 shrink-0 h-[14rem] shadow-md`}
>
{/* header */}
<span className="flex flex-row justify-between items-start space-x-1 p-5 h-full">