From 109c13a12656d4d8abd68eaa17b2cb531cb97f0d Mon Sep 17 00:00:00 2001 From: Kaaira Gupta Date: Thu, 9 Jan 2020 00:52:10 +0530 Subject: [PATCH] Closes #7414 : changed AboutHeaderContentText color to primarytext color and removed futile code of aboutText color --- app/src/main/res/values-night/colors.xml | 2 +- app/src/main/res/values/colors.xml | 5 ++--- app/src/main/res/values/styles.xml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 8d590da33..4b72d9efb 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -31,7 +31,7 @@ @color/toolbar_divider_color_dark_theme @color/accent_on_dark_background_normal_theme @color/primary_text_normal_theme - @color/about_content_text_dark_theme + diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 9635ed14c..9e55c5de3 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -33,7 +33,7 @@ @color/foundation_light_theme #CDCCCF @color/accent_light_theme - #232749 + #FBFBFE @@ -63,7 +63,7 @@ @color/foundation_dark_theme @color/neutral_faded_dark_theme @color/accent_on_dark_background_normal_theme - #FBFBFE + #FBFBFE @@ -119,7 +119,6 @@ @color/toolbar_divider_color_light_theme @color/fill_link_from_clipboard_light_theme @color/accent_light_theme - @color/about_content_text_light_theme #DFDFE3 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 8309303fd..c256c398f 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -371,7 +371,7 @@