From ac057f50e2760da2d9f9cd719425bc44295f50cf Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Mon, 12 Jun 2017 08:57:36 -0400 Subject: [PATCH] Change color palette to better match icon The green primary color was a bit of contrast with the icons grey. --- app/src/main/res/values/colors.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index c0f22a62d..46c64b53c 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,7 +1,7 @@ - + - #4CAF50 - #388E3C + #9E9E9E + #616161 #607D8B \ No newline at end of file