diff --git a/Client/Frontend/Browser/Toolbars/UrlBar/UrlBarTextField.swift b/Client/Frontend/Browser/Toolbars/UrlBar/UrlBarTextField.swift index 6d250f0ef0f..7bdfbd48047 100644 --- a/Client/Frontend/Browser/Toolbars/UrlBar/UrlBarTextField.swift +++ b/Client/Frontend/Browser/Toolbars/UrlBar/UrlBarTextField.swift @@ -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) } }