txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

commit 1f2b54470dec4004ff6157de1cb03bf347adc945
parent 810a873ef451c73df34d2be3aa59c4f9f8f3a8b8
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 20 Mar 2021 18:08:57 -0700

Remove background color from tasks on macOS

Diffstat:
MmacOS/TaskView.swift | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/macOS/TaskView.swift b/macOS/TaskView.swift @@ -141,7 +141,6 @@ struct TaskView: View { } .padding(.vertical, config.showingNotes ? 12 : 0) .padding(.horizontal, 14) - .background(config.showingNotes ? Color.gray.opacity(0.2) : .clear) .cornerRadius(15) .font(.system(size: 18, weight: .light)) }