Skip to content

Commit 31de689

Browse files
committed
bg color update
1 parent c5e97e8 commit 31de689

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

WooCommerce/Classes/ViewRelated/NotificationsViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ class NotificationsViewController: UIViewController {
77

88
override func viewDidLoad() {
99
super.viewDidLoad()
10+
view.backgroundColor = StyleManager.tableViewBackgroundColor
1011
}
1112
}

WooCommerce/Classes/ViewRelated/Orders/FulfillViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ private extension FulfillViewController {
7676
///
7777
func setupMainView() {
7878
view.backgroundColor = StyleManager.tableViewBackgroundColor
79+
tableView.backgroundColor = StyleManager.tableViewBackgroundColor
7980
}
8081

8182
/// Setup: TableView

WooCommerce/Classes/ViewRelated/Orders/OrderDetails/AddNote/AddANoteViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ private extension AddANoteViewController {
8282
/// Setup: TableView
8383
///
8484
private func configureTableView() {
85+
view.backgroundColor = StyleManager.tableViewBackgroundColor
86+
tableView.backgroundColor = StyleManager.tableViewBackgroundColor
8587
tableView.estimatedRowHeight = Constants.rowHeight
8688
tableView.rowHeight = UITableViewAutomaticDimension
8789
}

0 commit comments

Comments
 (0)