Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1342)

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 1061063005: [Contextual Search] Fix Promo behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync & rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index f50a64fd007de79a9523dcc36b1716f3f54fcb6b..8b70caf7f1ca55318ebc41ba732a89a8590458e2 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -81,6 +81,6 @@
<color name="illustration_background_color">#4FC3F7</color>
<!-- Contextual Search colors -->
- <color name="contextual_search_promo_text_color">#343434</color>
+ <color name="contextual_search_promo_text_color">#333333</color>
<color name="contextual_search_promo_background_color">#EEEEEE</color>
</resources>

Powered by Google App Engine
This is Rietveld 408576698