Skip to content

Commit 20b73e5

Browse files
authored
Merge pull request #19772 from wordpress-mobile/feature/notifications-header-bg
Notifications: Fix filter tab color "leaking" to table view in dark scheme
2 parents 2020110 + 1ab92df commit 20b73e5

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)