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

Commit 0d203354 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix borderless colored button text color

Bug: 28962396
Change-Id: I8cd8d24c778e2174d268da7ad40e43a4cfc142eb
parent dfe232c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ please see styles_device_defaults.xml.
    </style>

    <style name="TextAppearance.Material.Widget.Button.Borderless.Colored" parent="TextAppearance.Material.Widget.Button">
        <item name="textColor">@color/btn_colored_text_material</item>
        <item name="textColor">@color/btn_colored_borderless_text_material</item>
    </style>

    <style name="TextAppearance.Material.Widget.EditText">