mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 02:45:03 +00:00
Match tvOS media browser file row style with folders
This commit is contained in:
@@ -32,7 +32,6 @@ struct MediaFileTVOSTapButton<Label: View>: View {
|
||||
} label: {
|
||||
label()
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +42,6 @@ struct MediaFileTVOSUnsupportedButton<Label: View>: View {
|
||||
|
||||
var body: some View {
|
||||
Button(action: onTap) { label() }
|
||||
.buttonStyle(.plain)
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user