diff --git a/android/src/com/mapswithme/maps/ugc/routes/TagsResFactory.java b/android/src/com/mapswithme/maps/ugc/routes/TagsResFactory.java index 96bd458b48..3af59e5588 100644 --- a/android/src/com/mapswithme/maps/ugc/routes/TagsResFactory.java +++ b/android/src/com/mapswithme/maps/ugc/routes/TagsResFactory.java @@ -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); }