Skip to content

Commit 06dfdb4

Browse files
committed
use tabs in all of colors.xml
1 parent a4f1c4f commit 06dfdb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<!-- Change the color value for your needs -->
4-
<color name="colorAccent">@color/purple</color>
3+
<!-- Change the color value for your needs -->
4+
<color name="colorAccent">@color/purple</color>
55

6-
<color name="black">#242121</color>
6+
<color name="black">#242121</color>
77
<color name="darkGray">#53585A</color>
88
<color name="mediumGray">#E0DAD6</color>
99
<color name="lightGray">#F7F5F2</color>

0 commit comments

Comments
 (0)