Skip to content

Commit

Permalink
Merge pull request #1167 from Infomaniak/fix-remove-list-rowheight
Browse files Browse the repository at this point in the history
fix: Remove defaultMinListRowHeight
  • Loading branch information
PhilippeWeidmann committed Dec 7, 2023
2 parents 3cfc1cb + 551a969 commit 8f4689e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mail/Utils/ListModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ struct PlainListModifier: ViewModifier {
func body(content: Content) -> some View {
content
.listStyle(.plain)
.environment(\.defaultMinListRowHeight, 0)
}
}

Expand Down

0 comments on commit 8f4689e

Please sign in to comment.