From 2d52a1668f5f9b54d339b0b25598832f999330bb Mon Sep 17 00:00:00 2001 From: caadiq Date: Thu, 23 Apr 2026 10:00:23 +0900 Subject: [PATCH] =?UTF-8?q?effectivelyMax=20'(MAX)'=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EB=8F=84=20=EC=A7=84=ED=96=89=20=EB=B0=94=EC=99=80=20?= =?UTF-8?q?=EA=B0=99=EC=9D=80=20=EC=95=B0=EB=B2=84(--progress-amber)?= =?UTF-8?q?=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit isMax→red, effectivelyMax→amber, emerald→emerald 세 상태 모두 텍스트와 진행 바 색상이 정확히 일치. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/features/symbol/pc/user/SymbolCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/symbol/pc/user/SymbolCard.jsx b/frontend/src/features/symbol/pc/user/SymbolCard.jsx index 8bfb3d8..ac710d3 100644 --- a/frontend/src/features/symbol/pc/user/SymbolCard.jsx +++ b/frontend/src/features/symbol/pc/user/SymbolCard.jsx @@ -145,7 +145,7 @@ function SymbolCard({ symbol, equipped, charId }) { ) : effectivelyMax ? ( - 성장치 {growth} (MAX) / {requireGrowth} + 성장치 {growth} (MAX) / {requireGrowth} ) : reachableLevel > level ? (