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

Commit 17bf2ff5 authored by Marcelo Arteiro's avatar Marcelo Arteiro
Browse files

Fixes materialColorOutlineVariant on DynamicColor

Test: atest DeviceDefaultThemeTest
Bug: 277251682
Change-Id: I4c3ee6fdce8248dad322710b79b655d485e5abdc
parent e593fef8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ class DynamicColors {
                Pair.create("surface_variant", MDC.surfaceVariant),
                Pair.create("on_surface_variant", MDC.onSurfaceVariant),
                Pair.create("outline", MDC.outline),
                Pair.create("outline_variant", MDC.outlineVariant),
                Pair.create("error", MDC.error),
                Pair.create("on_error", MDC.onError),
                Pair.create("error_container", MDC.errorContainer),