diff options
Diffstat (limited to 'ui/src/main/res/values/themes.xml')
-rw-r--r-- | ui/src/main/res/values/themes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/main/res/values/themes.xml b/ui/src/main/res/values/themes.xml index e8d36cdd..aa937b87 100644 --- a/ui/src/main/res/values/themes.xml +++ b/ui/src/main/res/values/themes.xml @@ -27,5 +27,6 @@ <item name="colorOnSurfaceInverse">@color/md_theme_light_inverseOnSurface</item> <item name="colorSurfaceInverse">@color/md_theme_light_inverseSurface</item> <item name="colorPrimaryInverse">@color/md_theme_light_inversePrimary</item> + <item name="colorMultiselectActiveBackground">@color/md_theme_light_surfaceVariant</item> </style> </resources> |