diff --git a/src/pages/subscription/Subscription.jsx b/src/pages/subscription/Subscription.jsx index f0c5c42..a1ae586 100644 --- a/src/pages/subscription/Subscription.jsx +++ b/src/pages/subscription/Subscription.jsx @@ -331,6 +331,15 @@ function AnnouncementCard({ item, isSelected, onClick, onBookmark }) { {HOUSE_TYPE_LABELS[item.house_secd]} )} + {item.match_score > 0 && ( + = 70 ? '#34d399' : item.match_score >= 40 ? '#f59e0b' : '#94a3b8', + background: item.match_score >= 70 ? 'rgba(52,211,153,0.1)' : item.match_score >= 40 ? 'rgba(245,158,11,0.1)' : 'rgba(148,163,184,0.1)', + fontWeight: 700, + }}> + {item.match_score}점 + + )}