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

Commit dc5844fe authored by Marvin Bernal's avatar Marvin Bernal Committed by Automerger Merge Worker
Browse files

Merge "Update Back arrow colors" into udc-dev am: 60321d82

parents 41ca9353 60321d82
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -157,17 +157,17 @@ class BackPanel(

        arrowPaint.color = Utils.getColorAttrDefaultColor(context,
                if (isDeviceInNightTheme) {
                    com.android.internal.R.attr.colorAccentPrimary
                    com.android.internal.R.attr.materialColorOnSecondaryContainer
                } else {
                    com.android.internal.R.attr.textColorPrimary
                    com.android.internal.R.attr.materialColorOnSecondaryFixed
                }
        )

        arrowBackgroundPaint.color = Utils.getColorAttrDefaultColor(context,
                if (isDeviceInNightTheme) {
                    com.android.internal.R.attr.materialColorOnSecondary
                    com.android.internal.R.attr.materialColorSecondaryContainer
                } else {
                    com.android.internal.R.attr.colorAccentSecondary
                    com.android.internal.R.attr.materialColorSecondaryFixedDim
                }
        )
    }