Improve add file view

This commit is contained in:
Christoph Hagen 2025-01-12 21:23:14 +01:00
parent 66bf3aa536
commit 0beadc2ec8

View File

@ -19,7 +19,7 @@ struct AddFileView: View {
} }
var body: some View { var body: some View {
ScrollView { VStack {
Text("Select files to add") Text("Select files to add")
.foregroundStyle(.secondary) .foregroundStyle(.secondary)
List { List {