Skip to content

Commit 1ab92df

Browse files
committed
Fix notification filter bar background leaking to the table header
1 parent 24db036 commit 1ab92df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ private extension NotificationsViewController {
618618

619619
func setupFilterBar() {
620620
WPStyleGuide.configureFilterTabBar(filterTabBar)
621-
filterTabBar.superview?.backgroundColor = .filterBarBackground
621+
filterTabBar.superview?.backgroundColor = .systemBackground
622622

623623
filterTabBar.items = Filter.allCases
624624
filterTabBar.addTarget(self, action: #selector(selectedFilterDidChange(_:)), for: .valueChanged)

0 commit comments

Comments
 (0)