aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/colors.xml')
-rw-r--r--app/src/main/res/values/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index cc0489b..970f582 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -6,4 +6,7 @@
6 <color name="colorPrimaryLight">#757575</color> 6 <color name="colorPrimaryLight">#757575</color>
7 <color name="colorPrimaryLighter">#d9d9d9</color> 7 <color name="colorPrimaryLighter">#d9d9d9</color>
8 <color name="colorAccent">#f9a825</color> 8 <color name="colorAccent">#f9a825</color>
9
10 <color name="backgroundPrimary">#FFFFFF</color>
11 <color name="backgroundSecondary">#d9d9d9</color>
9</resources> 12</resources>