diff --git a/src/lib/components/Button.svelte b/src/lib/components/Button.svelte index 3e65ca6..2c8737a 100644 --- a/src/lib/components/Button.svelte +++ b/src/lib/components/Button.svelte @@ -40,7 +40,7 @@ @apply px-2 py-1 text-base; } .button--large { - @apply px-2.5 py-1 text-xl; + @apply px-3 py-1.5 text-lg; } .button--primary { @apply bg-red-600 text-white;