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

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

Change lockscreen clock color from blue to white

parent 237b66da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -131,9 +131,9 @@ class DefaultClockController(
        fun updateColor() {
            val color =
                if (isRegionDark) {
                    resources.getColor(android.R.color.system_accent1_100)
                    resources.getColor(android.R.color.white)
                } else {
                    resources.getColor(android.R.color.system_accent2_600)
                    resources.getColor(android.R.color.white)
                }

            if (currentColor == color) {