fix. 런처 버튼 가이드 수정
This commit is contained in:
@@ -157,11 +157,7 @@ const handleClick = () => {
|
|||||||
<component
|
<component
|
||||||
:is="componentTag"
|
:is="componentTag"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
:class="[
|
:class="['btn-base', props.type, { 'no-text': !$slots.default }]"
|
||||||
'btn-base',
|
|
||||||
props.type,
|
|
||||||
{ 'no-text': props.type === 'single' && !$slots.default },
|
|
||||||
]"
|
|
||||||
:data-variant="props.variant"
|
:data-variant="props.variant"
|
||||||
:data-platform="props.platform"
|
:data-platform="props.platform"
|
||||||
:style="buttonStyle"
|
:style="buttonStyle"
|
||||||
|
|||||||
@@ -196,7 +196,10 @@ onMounted(() => {
|
|||||||
class="h-[30px]"
|
class="h-[30px]"
|
||||||
/>
|
/>
|
||||||
</AtomsLocaleLink>
|
</AtomsLocaleLink>
|
||||||
<button class="btn-open" @click="[handleMenuOpen(), handleSendLog('모바일 메뉴')]">
|
<button
|
||||||
|
class="btn-open"
|
||||||
|
@click="[handleMenuOpen(), handleSendLog('모바일 메뉴')]"
|
||||||
|
>
|
||||||
<AtomsIconsMenuBoldLine class="mx-auto" />
|
<AtomsIconsMenuBoldLine class="mx-auto" />
|
||||||
<span class="sr-only">menu open</span>
|
<span class="sr-only">menu open</span>
|
||||||
</button>
|
</button>
|
||||||
@@ -594,8 +597,11 @@ onMounted(() => {
|
|||||||
.btn-start .nav-2depth:deep(.btn-base) .btn-content {
|
.btn-start .nav-2depth:deep(.btn-base) .btn-content {
|
||||||
@apply justify-start;
|
@apply justify-start;
|
||||||
}
|
}
|
||||||
|
.btn-start .nav-2depth:deep(.btn-base) .icon-platform {
|
||||||
|
@apply mr-1.5;
|
||||||
|
}
|
||||||
.btn-start .nav-2depth:deep(.btn-base) .text {
|
.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'] {
|
[data-theme='light'] {
|
||||||
|
|||||||
Reference in New Issue
Block a user