Skip to content

Commit

Permalink
Update ElementX/Sources/Screens/ComposerToolbar/View/CompletionSugges…
Browse files Browse the repository at this point in the history
…tionView.swift

Co-authored-by: Doug <[email protected]>
  • Loading branch information
Velin92 and pixlwave authored Oct 24, 2023
1 parent 5048ae6 commit baff366
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ struct CompletionSuggestionView: View {
.listRowInsets(.init(top: 0, leading: Constants.leadingPadding, bottom: 0, trailing: 0))
}
.listStyle(PlainListStyle())
.frame(height:
min(contentHeightForRowCount(Constants.maxVisibleRows),
contentHeightForRowCount(items.count)))
.frame(height: min(contentHeightForRowCount(Constants.maxVisibleRows),
contentHeightForRowCount(items.count)))
.background(Color.compound.bgCanvasDefault)
}

Expand Down

0 comments on commit baff366

Please sign in to comment.