diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-05-06 17:40:16 +0530 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-05-06 17:40:16 +0530 |
commit | 70b17a37451f009dfffaf0d5df97c40a754413ee (patch) | |
tree | f03d6a2420ef5d6455dfa8d18f9df61eeb56946a /app/src/main/res/values | |
parent | 5767553f41ced88a2b5fd1e4e0151fa09d73d1a2 (diff) |
Update app icon to make it consistent with icon in settings app
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 218c68c..dc4e44b 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -27,5 +27,5 @@ <color name="widget_background">#4D666666</color> - <color name="launcher_icon_background">#FF7301</color> + <color name="launcher_icon_background">#2CCF69</color> </resources>
\ No newline at end of file |