mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-29 06:56:46 -04:00
use .primary colour
This commit is contained in:
parent
8408183f6b
commit
519f4d9740
@ -107,7 +107,7 @@ struct RootView: View {
|
|||||||
HStack {
|
HStack {
|
||||||
Image(systemName: "heart")
|
Image(systemName: "heart")
|
||||||
Text("enum.navigation_item.donations".localized)
|
Text("enum.navigation_item.donations".localized)
|
||||||
.foregroundColor(.systemTextColor)
|
.foregroundColor(.primary)
|
||||||
}
|
}
|
||||||
.padding()}
|
.padding()}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user