From cd9979f813ce24eb33e69c9cfabc90ac48e7693f Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Mon, 12 Jan 2026 03:16:09 +0000 Subject: [PATCH] fixed sizing issue on today's date --- packages/frontend/src/components/ui/calendar.tsx | 2 +- todo.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/frontend/src/components/ui/calendar.tsx b/packages/frontend/src/components/ui/calendar.tsx index 26c1283..78118e6 100644 --- a/packages/frontend/src/components/ui/calendar.tsx +++ b/packages/frontend/src/components/ui/calendar.tsx @@ -89,7 +89,7 @@ function Calendar({ range_start: cn("bg-accent", defaultClassNames.range_start), range_middle: cn(defaultClassNames.range_middle), range_end: cn("bg-accent", defaultClassNames.range_end), - today: cn("border border-dashed ", defaultClassNames.today), + today: cn("border border-dashed -m-px", defaultClassNames.today), outside: cn( "text-muted-foreground aria-selected:text-muted-foreground", defaultClassNames.outside, diff --git a/todo.md b/todo.md index 006ff09..afc4c56 100644 --- a/todo.md +++ b/todo.md @@ -5,8 +5,6 @@ - sprints - timeline display - display sprints -- calendar - - make today's date's border inside, or come up with another solution. different months are different DOM sizes because of this - add toasts app-wide - for almost every network interaction that is user prompted - the interface feels snappy but sometimes it's hard to tell if your changes are volatile or saved