From 521ed301a4780d9e6f327e65ebec14f4df247737 Mon Sep 17 00:00:00 2001 From: KRISHNA DAS MEENA Date: Sun, 3 Aug 2025 15:53:00 +0530 Subject: [PATCH] fix: Improve dark mode text visibility in setup screen(#1138) (#1140) --- android_app/app/src/main/res/values-night/themes.xml | 3 ++- android_app/app/src/main/res/values/themes.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/android_app/app/src/main/res/values-night/themes.xml b/android_app/app/src/main/res/values-night/themes.xml index a7119d6e..3289ccf6 100644 --- a/android_app/app/src/main/res/values-night/themes.xml +++ b/android_app/app/src/main/res/values-night/themes.xml @@ -19,7 +19,8 @@ @color/md_theme_dark_onErrorContainer @color/md_theme_dark_background @color/md_theme_dark_onBackground - @color/md_theme_dark_surface + @color/md_theme_dark_onBackground//krishna das meena + @color/md_theme_dark_surface @color/md_theme_dark_onSurface @color/md_theme_dark_surfaceVariant @color/md_theme_dark_onSurfaceVariant diff --git a/android_app/app/src/main/res/values/themes.xml b/android_app/app/src/main/res/values/themes.xml index e65852b6..27776f22 100644 --- a/android_app/app/src/main/res/values/themes.xml +++ b/android_app/app/src/main/res/values/themes.xml @@ -19,6 +19,8 @@ @color/md_theme_light_onErrorContainer @color/md_theme_light_background @color/md_theme_light_onBackground + @color/md_theme_light_onBackground//krishna das meena + @color/md_theme_light_surface @color/md_theme_light_onSurface @color/md_theme_light_surfaceVariant