Fix color accent

This commit is contained in:
tom79 2019-11-12 19:03:37 +01:00
parent 2866f00f3f
commit e66787f343
1 changed files with 1 additions and 1 deletions

View File

@ -1422,7 +1422,7 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct
});
int customColor = ThemeHelper.getAttColor(context, R.attr.customFeature);
int customColor = ContextCompat.getColor(context, R.color.cyanea_accent_reference);
holder.fedilab_features.setBackgroundColor(customColor);
holder.custom_feature_bookmark.setBackgroundColor(customColor);
holder.custom_feature_translate.setBackgroundColor(customColor);