diff --git a/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 8082c4a5..00397f78 100644 --- a/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/RevenueCat/purchases-ios.git", "state" : { - "revision" : "dcb1bc08be560b626207a5782eca6ed132149409", - "version" : "4.30.4" + "revision" : "47d9150b04c5fe6e9b37e3b8bfdfb7be606e0f74", + "version" : "4.30.5" } }, { diff --git a/Packages/Status/Sources/Status/Row/StatusRowView.swift b/Packages/Status/Sources/Status/Row/StatusRowView.swift index 2266b571..adda154f 100644 --- a/Packages/Status/Sources/Status/Row/StatusRowView.swift +++ b/Packages/Status/Sources/Status/Row/StatusRowView.swift @@ -32,16 +32,18 @@ public struct StatusRowView: View { public var body: some View { HStack(spacing: 0) { - HStack(spacing: 3) { - ForEach(0.. 0 { + Spacer(minLength: 8) } - } - if indentationLevel > 0 { - Spacer(minLength: 8) } VStack(alignment: .leading) { if viewModel.isFiltered, let filter = viewModel.filter {