fixed sizing issue on today's date

This commit is contained in:
Oliver Bryan
2026-01-12 03:16:09 +00:00
parent 4c9a1bfc63
commit cd9979f813
2 changed files with 1 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ function Calendar({
range_start: cn("bg-accent", defaultClassNames.range_start), range_start: cn("bg-accent", defaultClassNames.range_start),
range_middle: cn(defaultClassNames.range_middle), range_middle: cn(defaultClassNames.range_middle),
range_end: cn("bg-accent", defaultClassNames.range_end), 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( outside: cn(
"text-muted-foreground aria-selected:text-muted-foreground", "text-muted-foreground aria-selected:text-muted-foreground",
defaultClassNames.outside, defaultClassNames.outside,

View File

@@ -5,8 +5,6 @@
- sprints - sprints
- timeline display - timeline display
- display sprints - 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 - add toasts app-wide
- for almost every network interaction that is user prompted - 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 - the interface feels snappy but sometimes it's hard to tell if your changes are volatile or saved