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 cd6bfb5 commit 3357808Copy full SHA for 3357808
1 file changed
packages/web/src/views/Week/components/Header/DayLabels.tsx
@@ -41,7 +41,7 @@ export const DayLabels: FC<Props> = ({
41
42
return (
43
<div className="relative mt-2.5 min-h-8 w-full">
44
- <div className="absolute top-0 left-[50px] grid h-full w-[calc(100%_-_50px)] grid-cols-[repeat(7,minmax(80px,1fr))] items-end">
+ <div className="absolute top-0 left-12.5 grid h-full w-[calc(100%-50px)] grid-cols-[repeat(7,minmax(80px,1fr))] items-end">
45
{weekDays.map((day) => {
46
const dayNumber = getDayNumber(day);
47
const { isToday, color } = getColor(day);
0 commit comments