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)
|
#if os(tvOS)
|
||||||
Text(title)
|
Text(title)
|
||||||
.fontWeight(.semibold)
|
.fontWeight(.semibold)
|
||||||
.foregroundStyle(accentColor)
|
|
||||||
#else
|
#else
|
||||||
Button(action: action) {
|
Button(action: action) {
|
||||||
HStack(spacing: 4) {
|
HStack(spacing: 4) {
|
||||||
|
|||||||
Reference in New Issue
Block a user