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

Commit 3839423f authored by Annie Chin's avatar Annie Chin
Browse files

Change formula colors to black.

Fixes: 33277687

Affects both main display and history formulas.

Change-Id: I2ec4bd7a5baf66fefb6105a3f209c9cee95d18af
parent 45e5997c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    <color name="display_background_color">#FFF</color>

    <!-- Text color for the formula in the calculator display. -->
    <color name="display_formula_text_color">#8A000000</color>
    <color name="display_formula_text_color">#000000</color>

    <!-- Text color for the result in the calculator display. -->
    <color name="display_result_text_color">#6C000000</color>