Skip to content

Commit 150b1c6

Browse files
committed
using red as app colors
1 parent 3086add commit 150b1c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/res/values/colors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="colorPrimary">#3F51B5</color>
4-
<color name="colorPrimaryDark">#303F9F</color>
5-
<color name="colorAccent">#FF4081</color>
3+
<color name="colorPrimary">#d50000</color>
4+
<color name="colorPrimaryDark">#d50000</color>
5+
<color name="colorAccent">#f2656e</color>
66
</resources>

0 commit comments

Comments
 (0)