feat. gnb 아이콘 추가

This commit is contained in:
clkim
2025-10-13 16:04:57 +09:00
parent 7d5057fc43
commit 277532f0ba
16 changed files with 183 additions and 64 deletions

View File

@@ -22,13 +22,13 @@
@click.stop
>
<!-- 헤더 -->
<div class="flex justify-end">
<div class="flex justify-end mb-3 md:mb-4">
<button
class="p-1 text-white rounded-full transition-colors"
class="text-white rounded-full transition-colors"
aria-label="모달 닫기"
@click="closeModal"
>
<AtomsIconsClose />
<AtomsIconsCloseLine />
</button>
</div>