wip [skip ci]

This commit is contained in:
David Roman 2023-06-06 12:34:39 +01:00 committed by GitHub
parent fd7f83fe63
commit 93394e4f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -187,13 +187,13 @@ extension View {
}
/// Finds a `UIColorWell` from a `SwiftUI.ColorPicker`
#if os(iOS)
#if os(iOS)
@available(iOS 14, *)
@available(tvOS, unavailable)
public func introspectColorWell(customize: @escaping (UIColorWell) -> ()) -> some View {
introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
}
#endif
#endif
}
#endif