From b2e68d31008f41c6daca6adb56b77c2eb9c66b33 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Thu, 12 Mar 2026 17:56:23 +0800 Subject: [PATCH] Refine Upcoming day headers: thinner, subtler, aligned - Removed bg-card from sticky headers (was creating opaque bars against glassmorphic card background) - Reduced padding from pb-1.5 to py-0.5 for slimmer profile - Added leading-none for proper vertical centering of chevron + text - Softened border opacity to 30%, text to 70%, chevron to 60% - Shrunk text from text-xs to text-[10px], chevron from h-3 to h-2.5 Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/dashboard/UpcomingWidget.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/dashboard/UpcomingWidget.tsx b/frontend/src/components/dashboard/UpcomingWidget.tsx index 069031d..ce68fd1 100644 --- a/frontend/src/components/dashboard/UpcomingWidget.tsx +++ b/frontend/src/components/dashboard/UpcomingWidget.tsx @@ -251,26 +251,26 @@ export default function UpcomingWidget({ items }: UpcomingWidgetProps) {