diff --git a/apps/shared/tab_table_controller.cpp b/apps/shared/tab_table_controller.cpp index e465ade7a..ef697a408 100644 --- a/apps/shared/tab_table_controller.cpp +++ b/apps/shared/tab_table_controller.cpp @@ -29,7 +29,7 @@ SelectableTableView * TabTableController::selectableTableView() { } View * TabTableController::loadView() { - return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, this, true, true); + return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, this, true, true, Palette::WallScreenDark); } void TabTableController::unloadView(View * view) {