Skip to content

Commit

Permalink
ui: make the Input component slightly shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Sep 29, 2023
1 parent 35ded9d commit 9b35a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/components/elements/Input.tsx
Expand Up @@ -40,7 +40,7 @@ const inputStyle = css<Props>`
// 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 {
Expand Down

0 comments on commit 9b35a55

Please sign in to comment.