From 95c2bb0ae67d5108ded00d4d2ff08529a4bf3541 Mon Sep 17 00:00:00 2001 From: Echo Date: Sat, 12 Oct 2024 17:25:52 -0400 Subject: [PATCH] Add font to inputs --- src/components/UI/Input.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UI/Input.astro b/src/components/UI/Input.astro index 97557ee..daf76f7 100644 --- a/src/components/UI/Input.astro +++ b/src/components/UI/Input.astro @@ -24,7 +24,7 @@ if (!height) { ---