duplicate foregroundColor

This commit is contained in:
Valentin Vila 2024-03-21 13:16:56 -03:00 committed by Balazs Perlaki-Horvath
parent 6d30cf71d9
commit 73f6bf12c6

View File

@ -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
}