feat.게임 공통 이미지 적용 (video, arrow)

This commit is contained in:
clkim
2025-10-16 14:18:12 +09:00
parent f60cb3d6c5
commit 6dff3787b6
11 changed files with 89 additions and 61 deletions

View File

@@ -46,11 +46,11 @@ const handleOutsideClick = () => {
></p>
<slot></slot>
<div class="content-btns">
<AtomsButtonModal
<AtomsButtonVariant
@click="setButtonEvent(() => emit('confirmButtonEvent'))"
>
{{ props.confirmButtonText || '확인' }}
</AtomsButtonModal>
</AtomsButtonVariant>
</div>
</div>
</div>