We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0b7e3 commit d8d3e9fCopy full SHA for d8d3e9f
dashboard/src/components/ui/calendar.tsx
@@ -62,6 +62,7 @@ function Calendar({
62
week_number: cn('text-muted-foreground select-none text-[0.8rem]', defaultClassNames.week_number),
63
day: cn(
64
'group/day relative aspect-square h-full w-full select-none p-0 text-center [&:first-child[data-selected=true]_button]:rounded-l-md [&:last-child[data-selected=true]_button]:rounded-r-md',
65
+ '[tr:has(td:only-child)_&]:aspect-auto [tr:has(td:only-child)_&]:w-[calc(100%/7)]',
66
defaultClassNames.day,
67
),
68
range_start: cn('bg-accent rounded-l-md', defaultClassNames.range_start),
0 commit comments