Fixed tab bar background color on macOS
Changelog-Fixed: Fixed tab bar background color on macOS Closes: #765
This commit is contained in:
committed by
William Casarin
parent
6fffe250c2
commit
04fa4edad8
@@ -52,6 +52,7 @@ struct CustomPicker<SelectionValue: Hashable, Content: View>: View {
|
||||
.accentColor(tag == selection ? textColor() : .gray)
|
||||
}
|
||||
}
|
||||
.background(Color(UIColor.systemBackground))
|
||||
}
|
||||
|
||||
func textColor() -> Color {
|
||||
|
||||
Reference in New Issue
Block a user