전체적인 여백 간격 변경

This commit is contained in:
static
2025-01-04 18:33:49 +09:00
parent 663a0f08b3
commit 034593804f
9 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
<IconArrowBack class="text-2xl" />
</button>
{#if title}
<p class="absolute left-1/2 -translate-x-1/2 transform text-xl font-semibold">{title}</p>
<p class="absolute left-1/2 -translate-x-1/2 transform text-lg font-semibold">{title}</p>
{/if}
{#if children}
{@render children?.()}