Skip to content

Commit

Permalink
Fix compile errors for tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Oct 3, 2022
1 parent 45a6ca0 commit e5068fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUIKit/Views/List/ListSubtitle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct ListSubtitle: View {
}
}

@available(iOS 14.0, *)
@available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *)
struct ListSubtitle_Previews: PreviewProvider {

static var previews: some View {
Expand Down

0 comments on commit e5068fb

Please sign in to comment.