mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-07 19:22:51 -04:00
Merge pull request #1252 from kiwix/1250-hotspot-horiz-line
Remove horizontal divider line from Hotspot screen
This commit is contained in:
commit
037ebe9069
@ -48,7 +48,6 @@ struct HotspotZimFilesSelection: View {
|
|||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
Divider()
|
|
||||||
LazyVGrid(
|
LazyVGrid(
|
||||||
columns: ([GridItem(.adaptive(minimum: 250, maximum: 500), spacing: 12)]),
|
columns: ([GridItem(.adaptive(minimum: 250, maximum: 500), spacing: 12)]),
|
||||||
alignment: .leading,
|
alignment: .leading,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user