Skip to content

Commit bb4f14d

Browse files
committed
fix: safari input zoom
1 parent b4c1149 commit bb4f14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Form = ({ inputProps, buttonProps, onSubmit }: Props, ref: any) => {
2121
{...inputProps}
2222
className={cx(
2323
"transition h-10 md:h-12 pl-4 pr-12 flex-1 rounded-xl",
24-
"border border-gray-400",
24+
"border border-gray-400 text-base",
2525
"disabled:bg-gray-100",
2626
inputProps.className,
2727
)}

0 commit comments

Comments
 (0)