Match tvOS media browser file row style with folders

This commit is contained in:
Arkadiusz Fal
2026-04-17 06:06:03 +02:00
parent 39580d713b
commit 42fe76836c

View File

@@ -32,7 +32,6 @@ struct MediaFileTVOSTapButton<Label: View>: View {
} label: { } label: {
label() label()
} }
.buttonStyle(.plain)
} }
} }
@@ -43,7 +42,6 @@ struct MediaFileTVOSUnsupportedButton<Label: View>: View {
var body: some View { var body: some View {
Button(action: onTap) { label() } Button(action: onTap) { label() }
.buttonStyle(.plain)
} }
} }
#else #else