There was an error while loading. Please reload this page.
1 parent 51c85aa commit dd082b8Copy full SHA for dd082b8
1 file changed
apps/web/app/routes/app/dashboard/views/CalendarView.tsx
@@ -98,7 +98,7 @@ function TodayButton({ onClick }: { onClick?: () => void }) {
98
}}
99
>
100
{isMobile ? (
101
- <CalendarIcon className="size-8" day={todayElement} variant="mono" />
+ <CalendarIcon className="size-7" day={todayElement} variant="mono" />
102
) : (
103
<span>Today</span>
104
)}
0 commit comments