feat.[SWV-812] 공통 리소스 이미지 관리 방식 변경(videoPlay, Arrow)

This commit is contained in:
clkim
2026-01-22 14:14:59 +09:00
parent 927f7ace3b
commit 37fdd251bd
32 changed files with 139 additions and 84 deletions

View File

@@ -105,7 +105,7 @@ const handlePagination = (page: number) => {
:class="[
'!w-full !h-full p-0 rounded-full text-center text-[14px] font-[500] leading-[24px] tracking-[-0.42px]',
page === currentPage
? '!bg-[#C7AE8B] !text-white cursor-default'
? '!bg-[var(--primary)] !text-white cursor-default'
: '',
]"
@click="handlePagination(page)"