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

Commit 4b02008a authored by Michael W's avatar Michael W
Browse files

Dialer: InCallDialpad: Make light numbers visible

* Currently the dialed digits are colored google_grey_300, which is
  not really visible on light background
* Replace with dialer_theme_color_light which is also used on normal
  dialpad and works just fine

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/6283
Change-Id: I11f7a87b13457a17995b0b46a221f1d3a5009372
parent 925c6eb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
    <item name="dialpad_key_numbers_size">@dimen/incall_dialpad_key_numbers_size</item>
    <item name="dialpad_end_key_spacing">@dimen/incall_end_call_spacing</item>
    <item name="dialpad_elevation">10dp</item>
    <item name="dialpad_text_color">@color/dialer_dark_secondary_text_color</item>
    <item name="dialpad_text_color">@color/dialer_theme_color_light</item>
    <item name="dialpad_text_color_primary">@color/dialer_theme_color_light</item>
    <item name="dialpad_text_color_secondary">@color/dialer_secondary_text_color</item>
  </style>