From 2a792a21d0f5a4b37b71e1d1c3d215ca0d6885a3 Mon Sep 17 00:00:00 2001
From: YULIUS KURNIAWAN KRISTIANTO <yuliuskristianto9@gmail.com>
Date: Tue, 3 Apr 2018 07:59:34 +0700
Subject: [PATCH] modify featured content badge to red colour

---
 src/renderer/component/common/icon.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/renderer/component/common/icon.jsx b/src/renderer/component/common/icon.jsx
index 502b14f43..1f82f3351 100644
--- a/src/renderer/component/common/icon.jsx
+++ b/src/renderer/component/common/icon.jsx
@@ -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;
     }
 
-- 
2.45.3