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

Commit 8f0ab275 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Fix borderless colored button text color" into nyc-dev

parents a1984286 0d203354
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">