user picker bottom padding

This commit is contained in:
Levitating Pineapple
2024-09-25 21:07:55 +03:00
parent 91f3335503
commit de594aac88
@@ -91,6 +91,7 @@ struct UserPicker: View {
.background(elevatedSecondarySystemGroupedBackground(colorScheme))
.clipShape(sectionShape)
.padding(.horizontal, sectionHorizontalPadding)
.padding(.bottom, sectionSpacing)
}
.onAppear {
// This check prevents the call of listUsers after the app is suspended, and the database is closed.