diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-04-25 13:53:52 +0530 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-04-25 13:53:52 +0530 |
commit | 55f62476f4aea92e915e485baa391413dc78f3be (patch) | |
tree | 7be84565e6091a070ef49400a7da1a06de2b55bb /app/src/main/res/values | |
parent | d639470b12c204a9eafc703fcdff999eb23e2fd0 (diff) |
Update widget background
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 b77a233..9e65404 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -25,6 +25,6 @@ <color name="on_primary_high_emphasis">#FFFFFF</color> <color name="on_primary_disabled">#61FFFFFF</color> - <color name="widget_background">#33000000</color> + <color name="widget_background">#4D666666</color> </resources>
\ No newline at end of file |