From 30641c068d84f20d545e97d977902f6f1d888c44 Mon Sep 17 00:00:00 2001 From: Christoph Hennemann Date: Sun, 27 Jan 2019 19:46:16 +0100 Subject: [PATCH] feat: Increase contrast for habit overview - Increased the contrast of the lowContrastText color of the black and the dark mode References: #413 --- uhabits-android/src/main/res/values/styles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-android/src/main/res/values/styles.xml b/uhabits-android/src/main/res/values/styles.xml index bc8bffb2e..00e1369ad 100644 --- a/uhabits-android/src/main/res/values/styles.xml +++ b/uhabits-android/src/main/res/values/styles.xml @@ -96,7 +96,7 @@ @color/grey_100 @color/grey_500 - @color/grey_800 + @color/grey_700 @color/grey_900 @color/grey_750 @@ -133,7 +133,7 @@ @color/black @color/black - @color/grey_900 + @color/grey_800 @color/black