Inspector and other layouts fixes

This commit is contained in:
Arkadiusz Fal
2022-11-13 21:52:29 +01:00
parent 4ee1383f3a
commit e58afcbf3f
5 changed files with 36 additions and 17 deletions

View File

@@ -12,6 +12,8 @@ struct ChaptersView: View {
ForEach(chapters) { chapter in
ChapterView(chapter: chapter)
}
Color.clear.frame(height: 50)
.listRowBackground(Color.clear)
}
.listRowBackground(Color.clear)
}