Tweak CallStyle Answer button color to ensure white text

Fixes: 190053041
Test: post a CallStyle notification
Change-Id: Ife921d0a630fa0b05f68b9b3a0cf0dad5fb1983b
This commit is contained in:
Jeff DeCew
2021-06-03 13:15:06 -04:00
parent 0def72662f
commit 83b059c11d

View File

@@ -160,7 +160,7 @@
<!-- The color of the Decline and Hang Up actions on a CallStyle notification -->
<color name="call_notification_decline_color">#d93025</color>
<!-- The color of the Answer action on a CallStyle notification -->
<color name="call_notification_answer_color">#1e8e3e</color>
<color name="call_notification_answer_color">#1d873b</color>
<!-- Keyguard colors -->
<color name="keyguard_avatar_frame_color">#ffffffff</color>