Fix padding

This commit is contained in:
OlegAba
2023-02-11 16:44:31 -05:00
committed by William Casarin
parent 29f192c377
commit 94a67adff9
5 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ struct SearchHomeView: View {
RoundedRectangle(cornerRadius: 8)
.foregroundColor(.secondary.opacity(0.2))
}
//.padding()
}
var GlobalContent: some View {
@@ -74,7 +73,7 @@ struct SearchHomeView: View {
VStack {
MainContent
}
.safeAreaInset(edge: .top) {
.safeAreaInset(edge: .top, spacing: 0) {
VStack(spacing: 0) {
SearchInput
//.frame(maxWidth: 275)