fix. 런처 버튼 가이드 수정
This commit is contained in:
@@ -157,11 +157,7 @@ const handleClick = () => {
|
||||
<component
|
||||
:is="componentTag"
|
||||
v-bind="$attrs"
|
||||
:class="[
|
||||
'btn-base',
|
||||
props.type,
|
||||
{ 'no-text': props.type === 'single' && !$slots.default },
|
||||
]"
|
||||
:class="['btn-base', props.type, { 'no-text': !$slots.default }]"
|
||||
:data-variant="props.variant"
|
||||
:data-platform="props.platform"
|
||||
:style="buttonStyle"
|
||||
|
||||
@@ -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'] {
|
||||
|
||||
Reference in New Issue
Block a user