From 765d322ee17e39c9ea73a5dc7db7c316857ff8e9 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Fri, 8 May 2026 18:54:14 +0200 Subject: [PATCH] Use default foreground color for tvOS home section titles --- Yattee/Views/Home/HomeView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Yattee/Views/Home/HomeView.swift b/Yattee/Views/Home/HomeView.swift index 626950b6..b9faf315 100644 --- a/Yattee/Views/Home/HomeView.swift +++ b/Yattee/Views/Home/HomeView.swift @@ -277,7 +277,6 @@ struct HomeView: View { #if os(tvOS) Text(title) .fontWeight(.semibold) - .foregroundStyle(accentColor) #else Button(action: action) { HStack(spacing: 4) {