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

[IB-1909]: [UI] Font Color and Selection Color of Query are too light…

…/dark
  • Loading branch information
naira-cliqz committed Jun 28, 2019
1 parent e6da371 commit c39f04788600c7eb69051360664143df30a7f5b4
Showing with 2 additions and 2 deletions.
  1. +2 −2 Cliqz/Theme/GhosteryDarkTheme.swift
@@ -12,8 +12,8 @@ import UIKit
// Convenience reference to these normal mode colors which are used in a few color classes.
fileprivate let defaultBackground = UIColor.cliqzBluePrimary
fileprivate let defaultSeparator = UIColor.Photon.Grey60
fileprivate let defaultTextAndTint = UIColor.Photon.Grey40
fileprivate let defaultTextSelectionColor = UIColor(colorString: "7C90D1")
fileprivate let defaultTextAndTint = UIColor.black
fileprivate let defaultTextSelectionColor = UIColor(colorString: "CFDCEC")

fileprivate class DarkTableViewColor: TableViewColor {
override var rowBackground: UIColor { return UIColor.Photon.Grey70 }

0 comments on commit c39f047

Please sign in to comment.