Chromium Code Reviews| 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 0b0254faa7b938bed98bf45e84f1c4711cd491d7..6f678358ddf3c0f8f9ed871452ae015e9a6c2bbf 100644 |
| --- a/chrome/android/java/res/values/colors.xml |
| +++ b/chrome/android/java/res/values/colors.xml |
| @@ -193,5 +193,8 @@ |
| <color name="payments_section_edit_background">#f5f5f5</color> |
| <color name="payments_section_chevron">#b2b2b2</color> |
| <color name="payments_section_separator">#e0e0e0</color> |
| + |
| + <!-- Background color for icons --> |
| + <color name="white_icon_background">#0000</color> |
|
Bernhard Bauer
2016/08/03 12:54:42
Four hex digits is a bit strange. Is this meant to
dozsa
2016/08/03 14:06:54
Turns out what I needed to do was set the backgrou
|
| </resources> |