diff --git a/Modules/Sources/JetpackStats/Views/Customization/AddCardSheet.swift b/Modules/Sources/JetpackStats/Views/Customization/AddCardSheet.swift index aaf65167deff..0505eb1525f8 100644 --- a/Modules/Sources/JetpackStats/Views/Customization/AddCardSheet.swift +++ b/Modules/Sources/JetpackStats/Views/Customization/AddCardSheet.swift @@ -69,7 +69,6 @@ struct AddCardSheet: View { } .padding(.horizontal, Constants.step1) .padding(.vertical, Constants.step0_5) - .background(Color(UIColor.secondarySystemGroupedBackground)) .clipShape(RoundedRectangle(cornerRadius: 10)) } } diff --git a/Modules/Sources/JetpackStats/Views/Customization/ChartCardCustomizationView.swift b/Modules/Sources/JetpackStats/Views/Customization/ChartCardCustomizationView.swift index 6314f047ec28..fad788c3ed83 100644 --- a/Modules/Sources/JetpackStats/Views/Customization/ChartCardCustomizationView.swift +++ b/Modules/Sources/JetpackStats/Views/Customization/ChartCardCustomizationView.swift @@ -104,6 +104,7 @@ struct ChartCardCustomizationView: View { .contentShape(Rectangle()) } .buttonStyle(.plain) + .listRowBackground(Color.clear) } private func resetToDefaults() { diff --git a/Modules/Sources/JetpackStats/Views/Customization/TopListCardCustomizationView.swift b/Modules/Sources/JetpackStats/Views/Customization/TopListCardCustomizationView.swift index 576d3b4f212f..e718c30d9aa0 100644 --- a/Modules/Sources/JetpackStats/Views/Customization/TopListCardCustomizationView.swift +++ b/Modules/Sources/JetpackStats/Views/Customization/TopListCardCustomizationView.swift @@ -1,4 +1,5 @@ import SwiftUI +import WordPressUI struct TopListCardCustomizationView: View { let viewModel: TopListViewModel @@ -82,6 +83,7 @@ struct TopListCardCustomizationView: View { .contentShape(Rectangle()) } .buttonStyle(.plain) + .listRowBackground(Color.clear) } private func updateConfiguration(with item: TopListItemType) { diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 87d9a1353c07..eadf9c5b42d6 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,6 @@ 26.4 ----- +* [*] Fix a few minor visual issues on iOS 26 [#24863], [#24863], [#24865], [#24866], [#24867] * [*] [Intelligence] Add support for generating excerpts for posts [#24852] 26.3.1