From 246b54d10c274eefe6ccdd35b790d5482e55be73 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Thu, 12 Mar 2026 18:02:03 +0800 Subject: [PATCH] Increase day header separator line visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Border was at 30% opacity — nearly invisible against the glassmorphic card background. Restored to full border-border opacity for clear section separation. Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/dashboard/UpcomingWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/dashboard/UpcomingWidget.tsx b/frontend/src/components/dashboard/UpcomingWidget.tsx index ce68fd1..5450f89 100644 --- a/frontend/src/components/dashboard/UpcomingWidget.tsx +++ b/frontend/src/components/dashboard/UpcomingWidget.tsx @@ -251,7 +251,7 @@ export default function UpcomingWidget({ items }: UpcomingWidgetProps) {