From f2ccc116ea2ada7bcb48ce7388a6c927497b25f3 Mon Sep 17 00:00:00 2001 From: Patrick Zedler Date: Sat, 12 Aug 2023 02:35:19 +0000 Subject: [PATCH] [Theme] Fix swapped error colors for dynamic contrast theme in light mode Resolves https://github.com/material-components/material-components-android/pull/3516 GIT_ORIGIN_REV_ID=36239feca8a1a061279087b46403d2d8dac69ae1 PiperOrigin-RevId: 556179631 --- .../android/material/theme/res/values/themes_overlay.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/java/com/google/android/material/theme/res/values/themes_overlay.xml b/lib/java/com/google/android/material/theme/res/values/themes_overlay.xml index 59b31ba6ede..0e3f6ce040f 100644 --- a/lib/java/com/google/android/material/theme/res/values/themes_overlay.xml +++ b/lib/java/com/google/android/material/theme/res/values/themes_overlay.xml @@ -220,8 +220,8 @@ @android:color/system_outline_light @android:color/system_outline_variant_light @android:color/system_error_light - @android:color/system_error_container_light - @android:color/system_on_error_light + @android:color/system_on_error_light + @android:color/system_error_container_light @android:color/system_on_error_container_light