Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[IB-1907]: [UI] Button for the settings is not visible
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Cliqz/Theme/GhosteryDarkTheme.swift
|
|
@@ -47,7 +47,7 @@ fileprivate class DarkURLBarColor: URLBarColor { |
|
|
} |
|
|
override var urlbarButtonTitleText: UIColor { return UIColor.white } |
|
|
override var urlbarButtonTint: UIColor { return UIColor.Photon.Grey10 } |
|
|
override var pageOptionsUnselected: UIColor { return UIColor.white } |
|
|
override var pageOptionsUnselected: UIColor { return UIColor.cliqzBluePrimary } |
|
|
} |
|
|
|
|
|
fileprivate class DarkBrowserColor: BrowserColor { |
|
|
|