File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
search/components/search-box Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
43
43
name = { name }
44
44
placeholder = " "
45
45
className = { clsx (
46
- "pt-4 pb-1 block w-full px-4 mt-0 bg-transparent border appearance-none focus:outline-none focus:ring-0 focus:border-gray-400 border-gray-200" ,
46
+ "pt-4 pb-1 block w-full px-4 mt-0 bg-transparent border appearance-none focus:outline-none focus:ring-0 focus:border-gray-400 border-gray-200 text-[16px] " ,
47
47
{
48
48
"border-rose-500 focus:border-rose-500" : hasError ,
49
49
}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const ControlledSearchBox = ({
52
52
type = "search"
53
53
value = { value }
54
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"
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] "
56
56
/>
57
57
{ value && (
58
58
< button
You can’t perform that action at this time.
0 commit comments