From 73f6bf12c6492603db91034c79154857bc9f6d41 Mon Sep 17 00:00:00 2001 From: Valentin Vila Date: Thu, 21 Mar 2024 13:16:56 -0300 Subject: [PATCH] duplicate foregroundColor --- SwiftUI/Patches.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SwiftUI/Patches.swift b/SwiftUI/Patches.swift index a7e12295..5ea74368 100644 --- a/SwiftUI/Patches.swift +++ b/SwiftUI/Patches.swift @@ -58,7 +58,6 @@ extension Color { static let background = Color(UIColor.systemBackground) static let secondaryBackground = Color(UIColor.secondarySystemBackground) static let tertiaryBackground = Color(UIColor.tertiarySystemBackground) - static let systemTextColor = Color(NSColor.textColor) #endif }