modify featured content badge to red colour

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-04-03 07:59:34 +07:00 committed by GitHub
parent aadd932150
commit 2a792a21d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}