mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 12:56:13 -04:00
duplicate foregroundColor
This commit is contained in:
parent
259a2f4d28
commit
82befde685
@ -107,7 +107,7 @@ struct RootView: View {
|
||||
HStack {
|
||||
Image(systemName: "heart")
|
||||
Text("enum.navigation_item.donations".localized)
|
||||
.foregroundColor(.foregroundColor(.systemTextColor))
|
||||
.foregroundColor(.systemTextColor)
|
||||
}
|
||||
.padding()}
|
||||
}
|
||||
|
@ -58,7 +58,6 @@ extension Color {
|
||||
static let background = Color(UIColor.systemBackground)
|
||||
static let secondaryBackground = Color(UIColor.secondarySystemBackground)
|
||||
static let tertiaryBackground = Color(UIColor.tertiarySystemBackground)
|
||||
static let systemTextColor = Color(NSColor.textColor)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user