Skip to content

Commit 12946c4

Browse files
committed
Update index.tsx
1 parent 06bcdeb commit 12946c4

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +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"
56-
/>
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]" />
5756
{value && (
5857
<button
5958
onClick={handleReset}

0 commit comments

Comments
 (0)