Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IB-1907]: [UI] Button for the settings is not visible

  • Loading branch information
naira-cliqz authored and Daniel Jilg committed Jun 27, 2019
1 parent 8b58959 commit 727dde83419ebf4f065b8435b3988cbb89df4ca8
Showing with 1 addition and 1 deletion.
  1. +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 {

0 comments on commit 727dde8

Please sign in to comment.