native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply secondary foreground style to repo section header text (#213)

authored by

Stefano Bertagno and committed by
GitHub
98690fd4 f414d85d

+1 -1
+1 -1
supacode/Features/Repositories/Views/RepoSectionHeaderView.swift
··· 6 6 7 7 var body: some View { 8 8 HStack { 9 - Text(name) 9 + Text(name).foregroundStyle(.secondary) 10 10 if isRemoving { 11 11 ProgressView() 12 12 .controlSize(.small)