Increase day header separator line visibility

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 <noreply@anthropic.com>
This commit is contained in:
Kyle 2026-03-12 18:02:03 +08:00
parent b2e68d3100
commit 246b54d10c

View File

@ -251,7 +251,7 @@ export default function UpcomingWidget({ items }: UpcomingWidgetProps) {
<button <button
onClick={() => toggleDay(dateKey)} onClick={() => toggleDay(dateKey)}
className={cn( className={cn(
'sticky top-0 z-10 w-full flex items-center gap-1.5 py-0.5 border-b border-border/30 cursor-pointer select-none leading-none', 'sticky top-0 z-10 w-full flex items-center gap-1.5 py-0.5 border-b border-border cursor-pointer select-none leading-none',
groupIdx === 0 ? 'pt-0' : 'mt-2' groupIdx === 0 ? 'pt-0' : 'mt-2'
)} )}
> >