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

Commit a1960fd9 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Fix disabled update all and cancel button in dark mode

parent 9e583f6b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@color/colorAccent" android:state_enabled="true" />

    <!-- Disabled color taken from Material Theme -->
    <item android:color="#1EFFFFFF" android:state_enabled="false" />
</selector>
 No newline at end of file