Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #3719: Use correct dynamic color on history empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed May 25, 2021
1 parent e05690d commit 07f9c90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class HistoryViewController: SiteTableViewController, ToolbarUrlActionsProtocol

fileprivate func createEmptyStateOverview() -> UIView {
let overlayView = UIView()
overlayView.backgroundColor = .white
overlayView.backgroundColor = .secondaryBraveBackground

return overlayView
}
Expand Down

0 comments on commit 07f9c90

Please sign in to comment.