fix. 런처 버튼 가이드 수정

This commit is contained in:
clkim
2026-02-10 11:19:14 +09:00
parent 3c47e6da61
commit 0fa91264fc
2 changed files with 9 additions and 7 deletions

View File

@@ -196,7 +196,10 @@ onMounted(() => {
class="h-[30px]"
/>
</AtomsLocaleLink>
<button class="btn-open" @click="[handleMenuOpen(), handleSendLog('모바일 메뉴')]">
<button
class="btn-open"
@click="[handleMenuOpen(), handleSendLog('모바일 메뉴')]"
>
<AtomsIconsMenuBoldLine class="mx-auto" />
<span class="sr-only">menu open</span>
</button>
@@ -594,8 +597,11 @@ onMounted(() => {
.btn-start .nav-2depth:deep(.btn-base) .btn-content {
@apply justify-start;
}
.btn-start .nav-2depth:deep(.btn-base) .icon-platform {
@apply mr-1.5;
}
.btn-start .nav-2depth:deep(.btn-base) .text {
@apply pl-1.5 text-[15px] text-theme-foreground-reversal;
@apply text-[15px] text-theme-foreground-reversal;
}
[data-theme='light'] {