fix. [디자인 QA] GNB 게임시작 버튼에 font-weight 조절

This commit is contained in:
clkim
2025-11-24 13:26:06 +09:00
parent 9bac79ce97
commit b1325ec800

View File

@@ -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;