Use plain list style for Compose attachments

This commit is contained in:
Shadowfacts 2021-06-09 17:08:59 -04:00
parent 8889261b6b
commit 2f6d1cb069
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ struct ComposeAttachmentsList: View {
.frame(height: cellHeight / 2)
.listRowInsets(EdgeInsets(top: cellPadding / 2, leading: cellPadding / 2, bottom: cellPadding / 2, trailing: cellPadding / 2))
}
.listStyle(PlainListStyle())
.frame(height: totalListHeight)
.onAppear(perform: self.didAppear)
.onReceive(draft.$attachments, perform: self.attachmentsChanged)