forked from organicmaps/organicmaps
[android] Fixed night mode tags items.
This commit is contained in:
parent
f8e7f66813
commit
16c7a7c249
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class TagsResFactory
|
|||
private static int getDisabledTagColor(@NonNull Context context)
|
||||
{
|
||||
Resources res = context.getResources();
|
||||
return ThemeUtils.isNightTheme(context) ? res.getColor(R.color.white_12)
|
||||
return ThemeUtils.isNightTheme(context) ? res.getColor(R.color.black_primary)
|
||||
: res.getColor(R.color.black_12);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue