fix. videoPlay, arrow 배경색상 어드민 지정 적용

This commit is contained in:
clkim
2026-01-16 13:43:25 +09:00
parent 3d730e93e6
commit dcad642b59
10 changed files with 43 additions and 31 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)"