Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ struct AddCardSheet: View {
}
.padding(.horizontal, Constants.step1)
.padding(.vertical, Constants.step0_5)
.background(Color(UIColor.secondarySystemGroupedBackground))
.clipShape(RoundedRectangle(cornerRadius: 10))
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ struct ChartCardCustomizationView: View {
.contentShape(Rectangle())
}
.buttonStyle(.plain)
.listRowBackground(Color.clear)
}

private func resetToDefaults() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import SwiftUI
import WordPressUI

struct TopListCardCustomizationView: View {
let viewModel: TopListViewModel
Expand Down Expand Up @@ -82,6 +83,7 @@ struct TopListCardCustomizationView: View {
.contentShape(Rectangle())
}
.buttonStyle(.plain)
.listRowBackground(Color.clear)
}

private func updateConfiguration(with item: TopListItemType) {
Expand Down
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down