Skip to content

Commit

Permalink
#147 Changed status bar color for android.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrontis committed Dec 4, 2023
1 parent fc4b06a commit a051ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#512BD4</color>
<color name="colorPrimaryDark">#2B0B98</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#2B0B98</color>
</resources>

0 comments on commit a051ed3

Please sign in to comment.