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

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

Issue 2503543003: [Payments] Add text when shopping card total is updated. (Closed)
Patch Set: Addressed comments + added fade out counter Created 4 years, 1 month 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 0ec3e59a93d316029b0b2dbe3d33d07a303c2358..6cf18cf7fa75bd63ff3f9525f58b9827ebce0711 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -192,6 +192,7 @@
<color name="payments_section_edit_background">#f5f5f5</color>
<color name="payments_section_chevron">#b2b2b2</color>
<color name="payments_section_separator">#e0e0e0</color>
+ <color name="payments_updated_text_color">#008043</color>
Ted C 2016/11/16 19:29:40 can we just use google_green_700 here instead of d
sebsg 2016/11/17 20:14:39 Done.
<!-- Other colors -->
<color name="selectable_list_item_highlight_color">#804281f4</color>

Powered by Google App Engine
This is Rietveld 408576698