Skip to content

Commit bfc8bb4

Browse files
committed
change the app colors
1 parent 5b59c10 commit bfc8bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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">#ffff6f00</color>
4-
<color name="colorPrimaryDark">#ffe46300</color>
3+
<color name="colorPrimary">#fff68630</color>
4+
<color name="colorPrimaryDark">#ffe27725</color>
55
<color name="colorAccent">@color/colorPrimary</color>
66
</resources>

0 commit comments

Comments
 (0)