We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d03a28 commit 7d02713Copy full SHA for 7d02713
Sources/FioriSwiftUICore/Views/SortFilter/_SortFilterCFGItemContainer.swift
@@ -224,7 +224,7 @@ extension _SortFilterCFGItemContainer: View {
224
}, axis: .horizontal)
225
}
226
.listRowBackground(Color.preferredColor(.secondaryGroupedBackground))
227
- .frame(height: 44)
+ .frame(minHeight: 44)
228
229
230
func picker(row r: Int, column c: Int) -> some View {
0 commit comments