From 35911bf36652e3c8e2178d714d76cdbb979a57d4 Mon Sep 17 00:00:00 2001 From: BPH Date: Sat, 23 Mar 2024 00:25:42 +0100 Subject: [PATCH] use .primary colour --- SwiftUI/Patches.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SwiftUI/Patches.swift b/SwiftUI/Patches.swift index 5ea74368..e12ef454 100644 --- a/SwiftUI/Patches.swift +++ b/SwiftUI/Patches.swift @@ -53,7 +53,6 @@ extension Color { static let background = Color(NSColor.windowBackgroundColor) static let secondaryBackground = Color(NSColor.underPageBackgroundColor) static let tertiaryBackground = Color(NSColor.controlBackgroundColor) - static let systemTextColor = Color(NSColor.textColor) #elseif os(iOS) static let background = Color(UIColor.systemBackground) static let secondaryBackground = Color(UIColor.secondarySystemBackground)