Index: chrome/android/java/res/values-v17/styles.xml |
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml |
index 5b2a7a8203df9985dc73b9060c92ef522e799fc9..e9d62cdadc1386aad93daaacfccb0fb1ce13b4cb 100644 |
--- a/chrome/android/java/res/values-v17/styles.xml |
+++ b/chrome/android/java/res/values-v17/styles.xml |
@@ -419,6 +419,15 @@ |
<item name="windowActionBar">false</item> |
</style> |
+ <style name="SigninAlertDialogTheme" parent="AlertDialogTheme"> |
+ <item name="buttonBarButtonStyle">@style/SigninDialogButtonStyle</item> |
+ <item name="android:textColorPrimary">@color/default_text_color</item> |
+ </style> |
+ |
+ <style name="SigninDialogButtonStyle" parent="Widget.AppCompat.Button.ButtonBar.AlertDialog"> |
+ <item name="android:textColor">@color/light_active_color</item> |
+ </style> |
+ |
<!-- Bookmarks --> |
<style name="BookmarkTitleBarButton"> |
<item name="android:layout_width">wrap_content</item> |