fix(ui): calendar hover matches kanban pattern #103

Merged
barrettruth merged 1 commit from fix/calendar-hover into main 2026-03-25 20:49:46 +00:00
barrettruth commented 2026-03-25 20:49:44 +00:00

Problem

Calendar had no hover feedback on hour blocks or day cells, unlike kanban's hover:bg-accent/50.

Solution

Add hover:bg-accent/50 to week view hour blocks (full 60px height) and month view day cells.

## Problem Calendar had no hover feedback on hour blocks or day cells, unlike kanban's `hover:bg-accent/50`. ## Solution Add `hover:bg-accent/50` to week view hour blocks (full 60px height) and month view day cells.
Sign in to join this conversation.
No description provided.