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

@@ -79,7 +79,8 @@ struct SearchResultsView: View {
case .none:
Text("none", comment: "No search results.")
}
}.padding(.horizontal)
}
.padding()
}
}