Skip to content

Commit d6de4a4

Browse files
authored
Merge pull request #2271 from woocommerce/issue/2037-filter-list-ui-light-mode
Update filter list screen background color to match the bottom CTA container
2 parents 895ff1a + e83911f commit d6de4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Filters/FilterListViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private extension FilterListViewController {
179179
}
180180

181181
func configureMainView() {
182-
view.backgroundColor = .listBackground
182+
view.backgroundColor = .basicBackground
183183
}
184184

185185
func observeListSelectorCommandItemSelection() {

0 commit comments

Comments
 (0)