Remove padding from search suggestions

This commit is contained in:
Arkadiusz Fal 2023-05-21 16:47:31 +02:00
parent d5f88a73f8
commit 0fc6f7fdb7

View File

@ -59,9 +59,6 @@ struct SearchSuggestions: View {
#endif
}
}
#if os(iOS)
.padding(.bottom, 90)
#endif
#if os(macOS)
.buttonStyle(.link)
#endif