Index: chrome/android/java/res/values-v21/styles.xml |
diff --git a/chrome/android/java/res/values-v21/styles.xml b/chrome/android/java/res/values-v21/styles.xml |
index 9ad08b6c6dbc2c4e777aa8209cc51df9c992fef6..dafaad904d1ccbdbcc917e7e23759b5d2574e8da 100644 |
--- a/chrome/android/java/res/values-v21/styles.xml |
+++ b/chrome/android/java/res/values-v21/styles.xml |
@@ -78,8 +78,8 @@ |
</style> |
<style name="WebNotificationButton" |
parent="@android:style/Widget.DeviceDefault.Light.Button.Borderless.Small"> |
- <!-- From the non-public Color secondary_text_default_material_light --> |
- <item name="android:textColor">#8a000000</item> |
+ <item name="android:textColor">@color/secondary_text_default_material_light</item> |
+ <item name="android:background">@drawable/web_notification_button_background</item> |
</style> |
<style name="IncognitoTheme" parent="MainTheme"> |