effectivelyMax '(MAX)' 텍스트도 진행 바와 같은 앰버(--progress-amber)로

isMax→red, effectivelyMax→amber, emerald→emerald 세 상태 모두 텍스트와
진행 바 색상이 정확히 일치.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
caadiq 2026-04-23 10:00:23 +09:00
parent 67cefb49a7
commit 2d52a1668f

View file

@ -145,7 +145,7 @@ function SymbolCard({ symbol, equipped, charId }) {
) : effectivelyMax ? (
<Tooltip text={`Lv.${symbol.max_level}까지 상승 가능`}>
<span style={{ color: 'var(--text-muted)' }}>
성장치 {growth} <span className="font-bold" style={{ color: 'var(--warning-text-bright)' }}>(MAX)</span> / {requireGrowth}
성장치 {growth} <span className="font-bold" style={{ color: 'var(--progress-amber)' }}>(MAX)</span> / {requireGrowth}
</span>
</Tooltip>
) : reachableLevel > level ? (