Skip to content

Commit dd082b8

Browse files
committed
refactor: adjust calendar icon size in dashboard view
1 parent 51c85aa commit dd082b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/app/routes/app/dashboard/views/CalendarView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function TodayButton({ onClick }: { onClick?: () => void }) {
9898
}}
9999
>
100100
{isMobile ? (
101-
<CalendarIcon className="size-8" day={todayElement} variant="mono" />
101+
<CalendarIcon className="size-7" day={todayElement} variant="mono" />
102102
) : (
103103
<span>Today</span>
104104
)}

0 commit comments

Comments
 (0)