From 519f4d974048b4b66cd68f558d1e25777c8f7e7b 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 6d165bdd..56559c34 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()} }