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

Commit 66de41a9 authored by Todd Lee's avatar Todd Lee
Browse files

Add 'error' color to color scheme based on updated bluechip resources

Bug: b/311766178
Test: presubmits
Change-Id: I16eeafaa922bdf9565fc984e55255f40653d8e17
parent 3e568ad3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ class AndroidColorScheme(context: Context) {
    val onTertiary = getColor(context, R.attr.materialColorOnTertiary)
    val surfaceDim = getColor(context, R.attr.materialColorSurfaceDim)
    val surfaceBright = getColor(context, R.attr.materialColorSurfaceBright)
    val error = getColor(context, R.attr.materialColorError)
    val onError = getColor(context, R.attr.materialColorOnError)
    val surface = getColor(context, R.attr.materialColorSurface)
    val surfaceContainerHigh = getColor(context, R.attr.materialColorSurfaceContainerHigh)