Skip to content

Commit e46689d

Browse files
committed
Updating the bg color of the order screens
1 parent 0065cd7 commit e46689d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetails/OrderDetailsViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ private extension OrderDetailsViewController {
7979
/// Setup: TableView
8080
///
8181
func configureTableView() {
82+
view.backgroundColor = StyleManager.tableViewBackgroundColor
83+
tableView.backgroundColor = StyleManager.tableViewBackgroundColor
8284
tableView.estimatedSectionHeaderHeight = Constants.sectionHeight
8385
tableView.estimatedSectionFooterHeight = Constants.rowHeight
8486
tableView.estimatedRowHeight = Constants.rowHeight

WooCommerce/Classes/ViewRelated/Orders/OrdersViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ private extension OrdersViewController {
9090
}
9191

9292
func configureTableView() {
93+
view.backgroundColor = StyleManager.tableViewBackgroundColor
94+
tableView.backgroundColor = StyleManager.tableViewBackgroundColor
9395
tableView.estimatedRowHeight = Constants.estimatedRowHeight
9496
tableView.rowHeight = UITableViewAutomaticDimension
9597
tableView.refreshControl = refreshControl

0 commit comments

Comments
 (0)