From afc6b2b338dda99aca5718ea5a2d21a2d3ec48de Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 13 Dec 2024 10:13:47 -0500 Subject: [PATCH] adjust button size --- src/lib/components/Button.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;