Skip to content

Commit f62c413

Browse files
committed
fix: mobile search input zoom in safari
1 parent 06bcdeb commit f62c413

File tree

1 file changed

+1
-1
lines changed
  • src/modules/search/components/search-box

1 file changed

+1
-1
lines changed

Diff for: src/modules/search/components/search-box/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const ControlledSearchBox = ({
5252
type="search"
5353
value={value}
5454
onChange={onChange}
55-
className="text-base-regular placeholder:transition-colors placeholder:text-gray-500 focus:placeholder:text-gray-900 focus:outline-none flex-1 bg-transparent"
55+
className="text-base-regular placeholder:transition-colors placeholder:text-gray-500 focus:placeholder:text-gray-900 focus:outline-none flex-1 bg-transparent text-[16px]"
5656
/>
5757
{value && (
5858
<button

0 commit comments

Comments
 (0)