diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-11-11 12:14:44 +0000 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-11-11 12:14:44 +0000 |
commit | 465919cd321eba63ec0f21c1b9937905e0adc609 (patch) | |
tree | 9243dd6efccbdf9331cec554f9c9ad6e365ed050 | |
parent | 2953ba4c2a97184f349c10f805464a365ec20929 (diff) | |
parent | 18bc3c8f664b298a3aff1f9081d1a6a132b44544 (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
-rw-r--r-- | app/src/main/res/values/colors.xml | 4 |
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 |