mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 12:56:13 -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) {
|
.safeAreaInset(edge: .bottom) {
|
||||||
Link(destination: URL(string: "donations.url".localized)!) {
|
Link(destination: URL(string: "donations.url".localized)!) {
|
||||||
HStack {
|
HStack {
|
||||||
Image(systemName: "heart").foregroundColor(.blue)
|
Image(systemName: "heart")
|
||||||
Text("enum.navigation_item.donations".localized)
|
Text("enum.navigation_item.donations".localized)
|
||||||
.foregroundColor(.foregroundColor(.systemTextColor))
|
.foregroundColor(.foregroundColor(.systemTextColor))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user