summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorNishith Khanna <nishithkhanna@e.email>2022-11-11 12:14:44 +0000
committerNishith Khanna <nishithkhanna@e.email>2022-11-11 12:14:44 +0000
commit465919cd321eba63ec0f21c1b9937905e0adc609 (patch)
tree9243dd6efccbdf9331cec554f9c9ad6e365ed050 /app/src/main/res
parent2953ba4c2a97184f349c10f805464a365ec20929 (diff)
parent18bc3c8f664b298a3aff1f9081d1a6a132b44544 (diff)
Merge branch '846-widget' into 'main'
Fix auto adapt text color regression caused by elib integration See merge request e/os/advanced-privacy!103
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index cf59b6d..952ed60 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -29,6 +29,6 @@
<color name="launcher_icon_background">#2CCF69</color>
- <color name="on_surface_medium_emphasis_light">@color/e_secondary_text_color_dark</color>
- <color name="on_surface_disabled_light">@color/e_disabled_color_dark</color>
+ <color name="on_surface_medium_emphasis_light">@color/e_secondary_text_color_light</color>
+ <color name="on_surface_disabled_light">@color/e_disabled_color_light</color>
</resources> \ No newline at end of file