fix: [디자인QA] 누적 보상 인디케이터의 활성화/비활성화 컬러 반대
This commit is contained in:
@@ -348,7 +348,7 @@ const handlePreregistClick = () => {
|
||||
:key="item.id"
|
||||
:class="[
|
||||
'flex items-center',
|
||||
{ 'is-completed': item.flagType === 1 },
|
||||
{ 'is-completed': item.flagType === 2 },
|
||||
]"
|
||||
>
|
||||
<span class="progress-bullet"></span>
|
||||
@@ -368,7 +368,7 @@ const handlePreregistClick = () => {
|
||||
<AtomsImg
|
||||
:src="
|
||||
getResourceSrc(
|
||||
item.flagType === 1 ? item.incomplete : item.default
|
||||
item.flagType === 2 ? item.incomplete : item.default
|
||||
)
|
||||
"
|
||||
:alt="item.default?.display?.text"
|
||||
|
||||
Reference in New Issue
Block a user