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

Commit 33f9c38a authored by Alan Viverette's avatar Alan Viverette
Browse files

Color button text should be primary for better contrast

Change-Id: I94fe4059b7ada79ecd35fce9ba40467d850d0287
parent 7e519110
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false"
          android:alpha="?attr/disabledAlpha"
          android:color="?attr/textColorSecondary" />
    <item android:color="?attr/textColorSecondaryInverse" />
          android:color="?attr/textColorPrimary" />
    <item android:color="?attr/textColorPrimaryInverse" />
</selector>