fix(ui): use outline for today's calendar day cell border #109

Merged
barrettruth merged 1 commit from fix/calendar-today-border into main 2026-03-25 22:11:10 +00:00
barrettruth commented 2026-03-25 22:11:07 +00:00

Problem

Today's day cell in month view used bg-primary/10 background tint which was too subtle.

Solution

Replace with outline outline-1 -outline-offset-1 outline-primary/50 so today gets a visible border on all four sides without disrupting the grid layout.

## Problem Today's day cell in month view used `bg-primary/10` background tint which was too subtle. ## Solution Replace with `outline outline-1 -outline-offset-1 outline-primary/50` so today gets a visible border on all four sides without disrupting the grid layout.
Sign in to join this conversation.
No description provided.