We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c1149 commit bb4f14dCopy full SHA for bb4f14d
src/components/form.tsx
@@ -21,7 +21,7 @@ const Form = ({ inputProps, buttonProps, onSubmit }: Props, ref: any) => {
21
{...inputProps}
22
className={cx(
23
"transition h-10 md:h-12 pl-4 pr-12 flex-1 rounded-xl",
24
- "border border-gray-400",
+ "border border-gray-400 text-base",
25
"disabled:bg-gray-100",
26
inputProps.className,
27
)}
0 commit comments