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

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

Issue 2416283004: Fix the look of download success notification (Closed)
Patch Set: Created 4 years, 2 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 e0538e1c52f65d6b77c260f76002b9504070ca95..9f920647195ae94597b85ef08b287181b50b002b 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -16,6 +16,7 @@
<color name="descriptive_text_color">#646464</color>
<color name="error_text_color">#c53929</color>
<color name="google_blue_700">#3367d6</color>
+ <color name="google_blue_grey_500">#607D8B</color>
<color name="google_red_700">#c53929</color>
<color name="google_green_700">#0b8043</color>
<color name="google_grey_100">#f5f5f5</color>

Powered by Google App Engine
This is Rietveld 408576698