use .primary colour

This commit is contained in:
BPH 2024-03-23 00:25:29 +01:00 committed by GitHub
parent 8408183f6b
commit 519f4d9740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ struct RootView: View {
HStack {
Image(systemName: "heart")
Text("enum.navigation_item.donations".localized)
.foregroundColor(.systemTextColor)
.foregroundColor(.primary)
}
.padding()}
}