Layout fixes

This commit is contained in:
Arkadiusz Fal
2022-08-09 19:28:16 +02:00
parent 8c8e03931f
commit 2682e52f5a
4 changed files with 12 additions and 7 deletions

View File

@@ -18,11 +18,14 @@ struct ChaptersView: View {
.buttonStyle(.plain)
}
}
.listRowBackground(Color.clear)
}
#if os(macOS)
.listStyle(.inset)
#elseif os(iOS)
.listStyle(.grouped)
.backport
.scrollContentBackground(false)
#else
.listStyle(.plain)
#endif