From 06f82b9580c0d458940bd37ac8b9583316c6f557 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Sun, 26 Feb 2017 20:32:04 -0800 Subject: [PATCH] Change colorPrimary and colorPrimaryDark for light theme. --- app/src/main/res/values/colors.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index d5baeea..0b106b4 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -16,8 +16,8 @@ --> - #3F51B5 - #303F9F + #1C46A0 + #143782 #FF5252 #5C6BC0