We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bcdeb commit f62c413Copy full SHA for f62c413
src/modules/search/components/search-box/index.tsx
@@ -52,7 +52,7 @@ const ControlledSearchBox = ({
52
type="search"
53
value={value}
54
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"
+ 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]"
56
/>
57
{value && (
58
<button
0 commit comments