버튼 텍스트 사이즈 조정

This commit is contained in:
ming 2025-04-29 15:59:33 +09:00
parent ba25fada8e
commit 0d388b8c42
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
}
.btn {
@apply justify-center rounded-md bg-default-slate px-4 py-2 text-sm font-semibold leading-6 text-white
@apply justify-center rounded-md bg-default-slate px-4 py-2 font-semibold leading-6 text-white
shadow-xs hover:opacity-80 cursor-pointer
}

View File

@ -33,7 +33,7 @@
<!-- 사용 여부 -->
<div class="flex flex-col lg:flex-row items-baseline space-x-0 lg:space-x-4 items-end">
<div class="text-white mb-1">ON/OFF</div>
<div class="text-3xl mr-0">
<div class="text-3xl w-8 mr-0">
<%#= s.is_active %>
<% if s.is_active %>
<i class="fa-solid fa-check text-notice"></i>