native macOS codings agent orchestrator
6
fork

Configure Feed

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

Use .bar background for sidebar footer

Fixes inconsistent background color caused by .regularMaterial

khoi e7112de7 b23b0b4d

+1 -1
+1 -1
supacode/Features/Repositories/Views/SidebarFooterView.swift
··· 43 43 .font(.callout) 44 44 .padding() 45 45 .frame(maxWidth: .infinity, alignment: .leading) 46 - .background(.regularMaterial) 46 + .background(.bar) 47 47 } 48 48 }