diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index 345b7c6..0a0fb7f 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -3010,23 +3010,18 @@ function TaskItem({ task, isEditing, onToggle, onEdit, onUpdate, onDelete, onNot ) : ( <> { if (variant === 'default') onToggle(); - // For minimal, parent onClick handles edit + // For minimal/someday, parent onClick handles edit }} onDoubleClick={variant === 'default' ? onEdit : undefined} - style={variant === 'minimal' ? { fontSize: '0.9375rem' } : undefined} + style={variant === 'minimal' || isSomeday ? { fontSize: '0.9375rem' } : undefined} > {task.title} -