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