Skip to content

Commit 7d02713

Browse files
restauranttdyongxu
andauthored
fix: 🐛 [IOSSDKBUG-486]FilterFeedbackBar fullconfig dynamic font (SAP#908)
Co-authored-by: dyongxu <[email protected]>
1 parent 6d03a28 commit 7d02713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FioriSwiftUICore/Views/SortFilter/_SortFilterCFGItemContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ extension _SortFilterCFGItemContainer: View {
224224
}, axis: .horizontal)
225225
}
226226
.listRowBackground(Color.preferredColor(.secondaryGroupedBackground))
227-
.frame(height: 44)
227+
.frame(minHeight: 44)
228228
}
229229

230230
func picker(row r: Int, column c: Int) -> some View {

0 commit comments

Comments
 (0)