From 8f10fdb8addec600e38f89e2feef2cb57828774c Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Fri, 28 Nov 2025 12:45:57 +0100 Subject: [PATCH] use 26.1.1 for compound ios tests on CI --- .github/workflows/compound-ios.yml | 2 +- compound-ios/Sources/Compound/List/ListRow.swift | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compound-ios.yml b/.github/workflows/compound-ios.yml index 52a4a1e9f..2bd16dedb 100644 --- a/.github/workflows/compound-ios.yml +++ b/.github/workflows/compound-ios.yml @@ -32,7 +32,7 @@ jobs: - uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2 #v1.2.3 - name: Configure Xcode 26 - run: sudo xcode-select -s /Applications/Xcode_26.1_Release_Candidate.app + run: sudo xcode-select -s /Applications/Xcode_26.1.1.app - name: Install sourcery run: brew install sourcery diff --git a/compound-ios/Sources/Compound/List/ListRow.swift b/compound-ios/Sources/Compound/List/ListRow.swift index 272568a16..1e736da58 100644 --- a/compound-ios/Sources/Compound/List/ListRow.swift +++ b/compound-ios/Sources/Compound/List/ListRow.swift @@ -218,6 +218,8 @@ private struct RowContent: 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 {