Skip to content

Commit 3357808

Browse files
committed
style: DayLabels
1 parent cd6bfb5 commit 3357808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/views/Week/components/Header/DayLabels.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const DayLabels: FC<Props> = ({
4141

4242
return (
4343
<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">
44+
<div className="absolute top-0 left-12.5 grid h-full w-[calc(100%-50px)] grid-cols-[repeat(7,minmax(80px,1fr))] items-end">
4545
{weekDays.map((day) => {
4646
const dayNumber = getDayNumber(day);
4747
const { isToday, color } = getColor(day);

0 commit comments

Comments
 (0)