Merge develop -> main: full session (KC-51 through KC-71) #28

Merged
kutesir merged 64 commits from develop into main 2026-07-12 22:57:14 +00:00
Showing only changes of commit 28b4039593 - Show all commits

View File

@@ -1316,7 +1316,10 @@ struct TaskRowView: View {
}
} label: {
RoundedRectangle(cornerRadius: 5, style: .continuous)
.strokeBorder(task.quadrant.color, lineWidth: 1.5)
// Neutral stroke the row already carries its quadrant color
// on the left accent bar and the category chip, so a tinted
// checkbox is redundant.
.strokeBorder(AppColors.text3(cs), lineWidth: 1.5)
.frame(width: 16, height: 16)
.frame(width: 36, height: 44)
.padding(.leading, 4)