flipped colorPrimary

This commit is contained in:
Ahmet Inan 2024-04-26 23:35:53 +02:00
parent f921fd1295
commit 7e7618975a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<!-- Base application theme. -->
<style name="Base.Theme.Robot36" parent="Theme.Material3.DayNight">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/black</item>
<item name="colorPrimary">@color/white</item>
<item name="colorPrimaryVariant">@color/gray</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->

View file

@ -2,7 +2,7 @@
<!-- Base application theme. -->
<style name="Base.Theme.Robot36" parent="Theme.Material3.DayNight">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/white</item>
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryVariant">@color/gray</item>
<item name="colorOnPrimary">@color/black</item>
<!-- Secondary brand color. -->