mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 04:48:16 -04:00
remove hardcoded colour from Image
This commit is contained in:
parent
5658bd928e
commit
b69a718b22
@ -105,7 +105,7 @@ struct RootView: View {
|
||||
.safeAreaInset(edge: .bottom) {
|
||||
Link(destination: URL(string: "donations.url".localized)!) {
|
||||
HStack {
|
||||
Image(systemName: "heart").foregroundColor(.blue)
|
||||
Image(systemName: "heart")
|
||||
Text("enum.navigation_item.donations".localized)
|
||||
.foregroundColor(.foregroundColor(.systemTextColor))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user