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

Commit e855e465 authored by Justin Weir's avatar Justin Weir
Browse files

Revert "Use darker color when battery charging in light mode"

Revert submission 34224397-batteryChargingA11y

Reason for revert: UX is looking for alternative solutions due to unpopularity of color choice

Reverted changes: /q/submissionid:34224397-batteryChargingA11y

Change-Id: I03346c7f131da155fd88926966505ae0109fab3b
parent 8dc22d9e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -64,9 +64,7 @@ sealed interface BatteryColors {
        }

        data object Charging : LightTheme() {
            override val glyph = Color.White.copy(alpha = 0.9f)
            override val fill = Color(0xFF00631C)
            override val backgroundWithGlyph = highAlphaBg
            override val fill = Color(0xFF18CC47)
        }

        data object Error : LightTheme() {