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

Commit d4c08cb9 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge branch '4997-improvements_in_ui' into 'main'

Fix disabled update all and cancel button in dark mode

See merge request !120
parents 9d907b98 a1960fd9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number 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