summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-04 21:40:50 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2019-11-04 21:40:50 +0530
commit91c55d444647881c618735d6102cacb139bc0a71 (patch)
treec817814b2d0135a55e740d943b999ae1d08be201
parenta21353cb063902dff73d5a371f17978f177910f5 (diff)
Fix multiselect color on light theme
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
-rw-r--r--app/src/main/res/values/colors.xml2
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 98234581..ec75b5b6 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -16,5 +16,5 @@
<color name="password_icon_color">#757575</color>
<color name="color_control_normal">@color/primary_text_color</color>
<color name="color_surface">#FFFFFF</color>
- <color name="list_multiselect_background">#EEEEEE</color>
+ <color name="list_multiselect_background">#668eacbb</color>
</resources>