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:
parent
b2e68d3100
commit
246b54d10c
@ -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'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user