Merge pull request #1252 from kiwix/1250-hotspot-horiz-line

Remove horizontal divider line from Hotspot screen
This commit is contained in:
Kelson 2025-07-20 11:47:55 +02:00 committed by GitHub
commit 037ebe9069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,6 @@ struct HotspotZimFilesSelection: View {
var body: some View {
VStack(spacing: 0) {
Divider()
LazyVGrid(
columns: ([GridItem(.adaptive(minimum: 250, maximum: 500), spacing: 12)]),
alignment: .leading,