use 26.1.1 for compound ios tests on CI

This commit is contained in:
Mauro Romito
2025-11-28 12:45:57 +01:00
committed by Mauro
parent 6d77371666
commit 8f10fdb8ad
2 changed files with 3 additions and 1 deletions

View File

@@ -218,6 +218,8 @@ private struct RowContent<Label: View, DetailsIcon: View>: View {
let label: () -> Label
var body: some View {
// If not custom, the label() content usually includes a leading `ListRowPadding.horizontal`
// that's why the external `HStack` has 0 spacing.
HStack(spacing: 0) {
// We should always have multi selection shown on the leading side
if let accessory, accessory.kind.isMultiSelection {