Index: chrome/android/java/res/color/bottom_nav_tint_incognito.xml |
diff --git a/chrome/android/java/res/color/bottom_nav_tint.xml b/chrome/android/java/res/color/bottom_nav_tint_incognito.xml |
similarity index 66% |
copy from chrome/android/java/res/color/bottom_nav_tint.xml |
copy to chrome/android/java/res/color/bottom_nav_tint_incognito.xml |
index 147dff525d6e8fb0410d3ce74b9638305766c3ee..1acb9df79f4a38c3f54caa40a8a3188e6b826ecb 100644 |
--- a/chrome/android/java/res/color/bottom_nav_tint.xml |
+++ b/chrome/android/java/res/color/bottom_nav_tint_incognito.xml |
@@ -4,6 +4,6 @@ |
found in the LICENSE file. |
--> |
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
- <item android:state_checked="true" android:color="@color/google_blue_700" /> |
- <item android:color="@color/google_grey_600"/> |
+ <item android:state_checked="true" android:color="@android:color/white" /> |
+ <item android:color="@color/white_alpha_70" /> |
</selector> |