From 9b35a55eea1ddff8a4f4c0232096bf761c74322f Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Fri, 29 Sep 2023 16:34:56 -0600 Subject: [PATCH] ui: make the Input component slightly shorter --- resources/scripts/components/elements/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/elements/Input.tsx b/resources/scripts/components/elements/Input.tsx index 89e6bb88e..3b6ccedc6 100644 --- a/resources/scripts/components/elements/Input.tsx +++ b/resources/scripts/components/elements/Input.tsx @@ -40,7 +40,7 @@ const inputStyle = css` // Reset to normal styling. resize: none; ${tw`appearance-none outline-none w-full min-w-0`}; - ${tw`p-3 border-2 rounded text-sm transition-all duration-150`}; + ${tw`py-2.5 px-3 border-2 rounded text-sm transition-all duration-150`}; ${tw`bg-neutral-600 border-neutral-500 hover:border-neutral-400 text-neutral-200 shadow-none focus:ring-0`}; & + .input-help {