[tvOS] TV Shows Icon Doesn't Highlight (#1074)

This commit is contained in:
Joe 2024-05-27 12:55:31 -06:00 committed by GitHub
parent 25b30b5436
commit b987d6d7ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ final class MainTabCoordinator: TabCoordinatable {
func makeTvTab(isActive: Bool) -> some View {
HStack {
Image(systemName: "tv")
.symbolRenderingMode(.monochrome)
L10n.tvShows.text
}
}