We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e2bab commit 7c4b45eCopy full SHA for 7c4b45e
app/src/main/res/values-night/themes.xml
@@ -2,8 +2,8 @@
2
<!-- Base application theme. -->
3
<style name="Theme.MyApplication" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
4
<!-- Primary brand color. -->
5
- <item name="colorPrimary">@color/purple_200</item>
6
- <item name="colorPrimaryVariant">@color/purple_700</item>
+ <item name="colorPrimary">@color/black</item>
+ <item name="colorPrimaryVariant">@color/black</item>
7
<item name="colorOnPrimary">@color/black</item>
8
<!-- Secondary brand color. -->
9
<item name="colorSecondary">@color/teal_200</item>
0 commit comments