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:
parent
67cefb49a7
commit
2d52a1668f
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ function SymbolCard({ symbol, equipped, charId }) {
|
||||||
) : effectivelyMax ? (
|
) : effectivelyMax ? (
|
||||||
<Tooltip text={`Lv.${symbol.max_level}까지 상승 가능`}>
|
<Tooltip text={`Lv.${symbol.max_level}까지 상승 가능`}>
|
||||||
<span style={{ color: 'var(--text-muted)' }}>
|
<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>
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
) : reachableLevel > level ? (
|
) : reachableLevel > level ? (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue