Use default foreground color for tvOS home section titles

This commit is contained in:
Arkadiusz Fal
2026-05-08 18:54:14 +02:00
parent c8e716be94
commit 765d322ee1

View File

@@ -277,7 +277,6 @@ struct HomeView: View {
#if os(tvOS)
Text(title)
.fontWeight(.semibold)
.foregroundStyle(accentColor)
#else
Button(action: action) {
HStack(spacing: 4) {