modify featured content badge to red colour #1260

Merged
ykris45 merged 1 commit from patch-6 into master 2018-04-03 04:07:53 +02:00

View file

@ -20,7 +20,7 @@ class IconComponent extends React.PureComponent<Props> {
const Icon = FeatherIcons[icon];
let color;
if (icon === icons.HEART) {
if (icon === icons.HEART || icon === icons.FEATURED) {
color = RED_COLOR;
}