Skip to content

Commit

Permalink
Update colors.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-chaubey authored Apr 2, 2022
1 parent 05f244a commit dcdca0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<color name="colorPrimary">#F44336</color>
<color name="colorPrimaryDark">#E53935</color>
<color name="colorAccent">#E53935</color>
<color name="colorControlHighlight">#FFCDD2</color>
<color name="colorControlNormal">#F44336</color>
<color name="colorPrimary">#000000</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#000000</color>
<color name="colorControlHighlight">#000000</color>
<color name="colorControlNormal">#000000</color>
</resources>

0 comments on commit dcdca0f

Please sign in to comment.