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

Commit

Permalink
Fixed up URL / Address bar coloring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhreis committed Aug 10, 2019
1 parent 5c9a457 commit 20ae592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Frontend/Browser/Toolbars/UrlBar/UrlBarTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ extension UrlBarTextField: Themeable {
func applyTheme(_ theme: Theme) {
styleChildren(theme: theme)

backgroundColor = .yellow
backgroundColor = theme.colors.addressBar
textColor = theme.colors.tints.header
clearButtonTintColor = textColor
// highlightColor = .green
highlightColor = textColor!.withAlphaComponent(0.2)
}
}

0 comments on commit 20ae592

Please sign in to comment.