mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Use default foreground color for tvOS home section titles
This commit is contained in:
@@ -277,7 +277,6 @@ struct HomeView: View {
|
||||
#if os(tvOS)
|
||||
Text(title)
|
||||
.fontWeight(.semibold)
|
||||
.foregroundStyle(accentColor)
|
||||
#else
|
||||
Button(action: action) {
|
||||
HStack(spacing: 4) {
|
||||
|
||||
Reference in New Issue
Block a user