feat. 공통 이미지 아이콘 타입으로 변경

This commit is contained in:
clkim
2026-01-09 13:21:29 +09:00
parent 352d76a61c
commit 81350cec51
23 changed files with 165 additions and 131 deletions

View File

@@ -50,11 +50,9 @@ const onSelectOption = (option: { [key: string | number]: any }): void => {
>
{{ selectedOption }}
</span>
<i
class="inline-flex items-center justify-center w-[14px] h-[14px] shrink-0"
>
<AtomsIconsSelectArrowDownFill
:size="12"
<i class="inline-flex items-center justify-center shrink-0">
<AtomsIconsArrowDownFill
:size="14"
color="#333333"
:class="isActive ? 'rotate-180' : ''"
/>