Skip to content

Commit

Permalink
style: add slight shadow on hover to calendar course cells (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razboy20 authored May 22, 2024
1 parent 4f0ae43 commit 40ef92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/calendar/CalendarCourseCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 40ef92b

Please sign in to comment.