File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
WooCommerce/Classes/ViewRelated/Orders Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments