Commit 59fd6457 authored by Robbie Gibson's avatar Robbie Gibson Committed by Commit Bot

[iOS][Dark Mode] Set toolbar color for default navigation controller

Bug: 1000643
Change-Id: I20b4c750acda5b2050e0c85c5352b9fa473b76b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783155Reviewed-by: default avatarSergio Collazos <sczs@chromium.org>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#693303}
parent bc6b145d
......@@ -305,7 +305,6 @@ std::vector<GURL> GetUrlsToOpen(const std::vector<const BookmarkNode*>& nodes) {
// Set Navigation Bar, Toolbar and TableView appearance.
self.navigationController.navigationBarHidden = NO;
self.navigationController.toolbar.translucent = YES;
// Add a tableFooterView in order to disable separators at the bottom of the
// tableView.
self.tableView.tableFooterView = [[UIView alloc] init];
......
......@@ -37,6 +37,7 @@
self.navigationBar.prefersLargeTitles = YES;
self.toolbar.translucent = NO;
self.toolbar.barTintColor = UIColor.cr_systemBackgroundColor;
}
@end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment