style: add slight shadow on hover to calendar course cells (#217)

This commit is contained in:
Razboy20
2024-05-21 23:08:04 -05:00
committed by GitHub
parent 4f0ae43411
commit 40ef92b230

View File

@@ -57,7 +57,7 @@ export default function CalendarCourseCell({
return (
<div
className={clsx(
'h-full w-0 flex justify-center rounded p-2 cursor-pointer screenshot:p-1.5',
'h-full w-0 flex justify-center rounded p-2 cursor-pointer screenshot:p-1.5 hover:shadow-md transition-shadow-100 ease-out',
{
'min-w-full': timeAndLocation,
'w-full': !timeAndLocation,