Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bce6851a authored by Michael W's avatar Michael W
Browse files

Contacts: Restore action_bar_button_text_color

* Commit 37670b2e changed the color to accent but it doesn't
  match the possible other icons around it
* Restoring the white color from before makes the QuickContacts
  look "ok" again

Change-Id: I25020684d6d0f88b8eaf68afa09b003cd8c8971c
parent 7413f264
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

    <color name="nav_item_selected_background">#0f000000</color>

    <color name="action_bar_button_text_color">@*android:color/system_accent1_200</color>
    <color name="action_bar_button_text_color">#FFFFFF</color>

    <color name="actionbar_background_color">@color/primary_color</color>