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

Commit c35569b4 authored by Adithya R's avatar Adithya R Committed by Michael Bestas
Browse files

SystemUI: Fix keyguard affordance colour in light theme

Use colorAccent instead of colorAccentPrimary (matching QS) to fix
icon visibility in light theme when the button is activated.

Change-Id: I54a10b877f3ac5abf7e8966b3362297cca9a3708
parent 01a12efd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ object KeyguardBottomAreaViewBinder {
                Utils.getColorAttr(
                    view.context,
                    if (viewModel.isActivated) {
                        com.android.internal.R.attr.colorAccentPrimary
                        com.android.internal.R.attr.colorAccent
                    } else {
                        com.android.internal.R.attr.colorSurface
                    }