Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
csmalhi committed Sep 25, 2023
1 parent 06bcdeb commit 12946c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/search/components/search-box/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +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
onClick={handleReset}
Expand Down

0 comments on commit 12946c4

Please sign in to comment.