[tvOS] TV Shows Icon Doesn't Highlight (#1074)
This commit is contained in:
parent
25b30b5436
commit
b987d6d7ae
|
@ -56,6 +56,7 @@ final class MainTabCoordinator: TabCoordinatable {
|
|||
func makeTvTab(isActive: Bool) -> some View {
|
||||
HStack {
|
||||
Image(systemName: "tv")
|
||||
.symbolRenderingMode(.monochrome)
|
||||
L10n.tvShows.text
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue