use .primary colour

This commit is contained in:
BPH 2024-03-23 00:25:42 +01:00 committed by Balazs Perlaki-Horvath
parent bbef7c7264
commit 35911bf366

View File

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