diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-11-11 17:04:11 +0530 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-11-11 17:04:11 +0530 |
commit | 18bc3c8f664b298a3aff1f9081d1a6a132b44544 (patch) | |
tree | 9243dd6efccbdf9331cec554f9c9ad6e365ed050 /app/src/main/res/values | |
parent | 2953ba4c2a97184f349c10f805464a365ec20929 (diff) |
Fix auto adapt text color regression caused by elib integration
Diffstat (limited to 'app/src/main/res/values')
-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 |