We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730fb21 commit c481fa7Copy full SHA for c481fa7
Sources/swiftui-search-field-shell-line/SearchFieldShell.swift
@@ -42,7 +42,7 @@ public struct SearchFieldShell: View {
42
/// The height of the component
43
let size: CGFloat
44
45
- /// Any icon name from systemNane data set
+ /// Any icon name from SF symbols
46
let imageName: String
47
48
/// Lines color
@@ -63,7 +63,7 @@ public struct SearchFieldShell: View {
63
/// - Parameters:
64
/// - size: The height of the component
65
/// - color: Lines color
66
- /// - imageName: Any icon name from systemNane data set
+ /// - imageName: Any icon name from SF symbols
67
/// - durationScale: Duration of scale animation
68
/// - durationMove: Duration of movement animation
69
public init(
0 commit comments