Bug 1391177 - Part 1: Change URL text(except domain) color in toolbar from #B2B2B2 to #737373. r?nechen,walkingice draft
authorJing-wei Wu <topwu.tw@gmail.com>
Thu, 17 Aug 2017 16:13:54 +0800
changeset 653769 7fd1605cb9f2a55fbb655527b805a25ba549824a
parent 653768 e5af44408c787c665d0c11897239fbf68bf8866e
child 653770 79e3b1ec8410022960947d951158e20e4b874676
push id76402
push userbmo:topwu.tw@gmail.com
push dateMon, 28 Aug 2017 00:49:54 +0000
reviewersnechen, walkingice
bugs1391177, 737373
milestone57.0a1
Bug 1391177 - Part 1: Change URL text(except domain) color in toolbar from #B2B2B2 to #737373. r?nechen,walkingice MozReview-Commit-ID: dK4hDxx9iv
mobile/android/app/src/photon/res/values/colors.xml
--- a/mobile/android/app/src/photon/res/values/colors.xml
+++ b/mobile/android/app/src/photon/res/values/colors.xml
@@ -5,17 +5,17 @@
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
 <resources>
     <!-- color palette for Photon -->
     <color name="photon_text_main">#272727</color>
     <color name="photon_text_main_private">#FFFFFF</color>
     <color name="photon_text_secondary">#B2B2B2</color>
     <color name="photon_text_secondary_private">#737373</color>
-    <color name="photon_text_placeholder">#B2B2B2</color>
+    <color name="photon_text_placeholder">#737373</color>
     <color name="photon_text_placeholder_private">#737373</color>
     <color name="photon_text_selected_highlight">#E4E4E4</color>
     <color name="photon_text_selected_highlight_private">#737373</color>
 
     <color name="photon_search_suggestion_box">#E4E4E4</color>
 
     <!-- opacity: 20% -->
     <color name="photon_search_suggestion_box_pressed">#33E4E4E4</color>