Skip to content

Commit

Permalink
fix: mobile search input zoom in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
csmalhi committed Sep 25, 2023
1 parent 06bcdeb commit f62c413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/search/components/search-box/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ControlledSearchBox = ({
type="search"
value={value}
onChange={onChange}
className="text-base-regular placeholder:transition-colors placeholder:text-gray-500 focus:placeholder:text-gray-900 focus:outline-none flex-1 bg-transparent"
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]"
/>
{value && (
<button
Expand Down

0 comments on commit f62c413

Please sign in to comment.