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()} }