| Index: chrome/android/shell/res/values-v17/styles.xml
|
| diff --git a/chrome/android/shell/res/values-v17/styles.xml b/chrome/android/shell/res/values-v17/styles.xml
|
| index d4b71c20e7e3394d14957a16a02caeb89ab720f0..3d4da092fff88673e71ea3a820ef6af284c7b54b 100644
|
| --- a/chrome/android/shell/res/values-v17/styles.xml
|
| +++ b/chrome/android/shell/res/values-v17/styles.xml
|
| @@ -18,6 +18,9 @@
|
|
|
| <!-- colorPrimaryDark is used for the status bar -->
|
| <item name="colorPrimaryDark">@color/material_deep_teal_500</item>
|
| +
|
| + <!-- Default TintedImageButton tint -->
|
| + <item name="tint">@color/default_button_tint</item>
|
| </style>
|
|
|
| -</resources>
|
| +</resources>
|
|
|