Revert "Material You" Design

This commit is contained in:
2022-05-13 19:47:10 +08:00
parent 972996a107
commit dee843b3db
2 changed files with 2 additions and 2 deletions

View File

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