From b1325ec8003a06ca5c7d06c134926e2b9a5c55bc Mon Sep 17 00:00:00 2001 From: clkim Date: Mon, 24 Nov 2025 13:26:06 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20[=EB=94=94=EC=9E=90=EC=9D=B8=20QA]=20GNB?= =?UTF-8?q?=20=EA=B2=8C=EC=9E=84=EC=8B=9C=EC=9E=91=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=EC=97=90=20font-weight=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/layouts/Header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/components/layouts/Header.vue b/layers/components/layouts/Header.vue index d0977cd..a106cbc 100644 --- a/layers/components/layouts/Header.vue +++ b/layers/components/layouts/Header.vue @@ -575,7 +575,7 @@ onMounted(() => { @apply md:block; } .btn-start:deep(> .btn-base) { - @apply w-full h-[48px] px-10; + @apply w-full h-[48px] px-10 font-[700]; } .btn-start:deep(> .btn-base) .icon-platform { @apply hidden;