Fixed tab bar background color on macOS

Changelog-Fixed: Fixed tab bar background color on macOS
Closes: #765
This commit is contained in:
Joel Klabo
2023-03-08 23:33:42 -08:00
committed by William Casarin
parent 6fffe250c2
commit 04fa4edad8

View File

@@ -52,6 +52,7 @@ struct CustomPicker<SelectionValue: Hashable, Content: View>: View {
.accentColor(tag == selection ? textColor() : .gray)
}
}
.background(Color(UIColor.systemBackground))
}
func textColor() -> Color {