diff --git a/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationsViewController.swift b/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationsViewController.swift index 4adbf8ab0ef4..86e28de6b882 100644 --- a/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationsViewController.swift +++ b/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationsViewController.swift @@ -618,7 +618,7 @@ private extension NotificationsViewController { func setupFilterBar() { WPStyleGuide.configureFilterTabBar(filterTabBar) - filterTabBar.superview?.backgroundColor = .filterBarBackground + filterTabBar.superview?.backgroundColor = .systemBackground filterTabBar.items = Filter.allCases filterTabBar.addTarget(self, action: #selector(selectedFilterDidChange(_:)), for: .valueChanged)