From bbef7c726478a3421a94702435490e4b53eb7bd6 Mon Sep 17 00:00:00 2001 From: BPH Date: Sat, 23 Mar 2024 00:25:29 +0100 Subject: [PATCH] use .primary colour --- App/App_macOS.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/App_macOS.swift b/App/App_macOS.swift index 6e0c89dc..a6041241 100644 --- a/App/App_macOS.swift +++ b/App/App_macOS.swift @@ -107,7 +107,7 @@ struct RootView: View { HStack { Image(systemName: "heart") Text("enum.navigation_item.donations".localized) - .foregroundColor(.systemTextColor) + .foregroundColor(.primary) } .padding()} }