Skip to content

Commit 1e81757

Browse files
committed
horizontal paddings
1 parent dcf1e32 commit 1e81757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SymbolPicker/SymbolPicker.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public struct SymbolPicker: View {
110110
.autocapitalization(.none)
111111
.disableAutocorrection(true)
112112
symbolGrid
113-
.padding()
113+
.padding(.top)
114114
}
115115
}
116116
#elseif os(tvOS)
@@ -189,6 +189,7 @@ public struct SymbolPicker: View {
189189
#endif
190190
}
191191
}
192+
.padding(.horizontal)
192193
}
193194
}
194195

0 commit comments

Comments
 (0)