만렙 심볼 성장치 'MAX' 텍스트를 진행 바와 같은 빨강으로
effectivelyMax '(MAX)' 는 기존 앰버 유지해서 진행 바 색과 일치. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7191ec7af7
commit
67cefb49a7
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ function SymbolCard({ symbol, equipped, charId }) {
|
|||
<div className="flex justify-between text-sm tabular-nums mb-1.5">
|
||||
{isMax ? (
|
||||
<span style={{ color: 'var(--text-muted)' }}>
|
||||
성장치 <span className="font-bold" style={{ color: 'var(--warning-text-bright)' }}>MAX</span>
|
||||
성장치 <span className="font-bold" style={{ color: 'var(--progress-red)' }}>MAX</span>
|
||||
</span>
|
||||
) : effectivelyMax ? (
|
||||
<Tooltip text={`Lv.${symbol.max_level}까지 상승 가능`}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue