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

Commit 437ed7fa authored by Aayush Gupta's avatar Aayush Gupta
Browse files

fixup! base: Style Switch widget

- Hardcode the switch color to green
parent 6becd6b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
          android:color="#C8CED0"
          android:alpha="0.75" />
    <item android:state_checked="true"
          android:color="?attr/colorControlActivated" />
          android:color="#ff38D874" />
    <item android:color="#C8CED0" />
</selector>