Revert "Material You" Design in demo-app

This commit is contained in:
2022-05-13 20:36:48 +08:00
parent dee843b3db
commit 266be8786d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="Theme.AppErrorsDemo" parent="Theme.Material3.DayNight">
<style name="Theme.AppErrorsDemo" parent="Theme.MaterialComponents.DayNight">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>

View File

@@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="Theme.AppErrorsDemo" parent="Theme.Material3.DayNight">
<style name="Theme.AppErrorsDemo" parent="Theme.MaterialComponents.DayNight">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>