[offers][browse] tweak font sizes for mobile

This commit is contained in:
Yangshun Tay
2022-11-03 17:06:15 +08:00
parent 230b32be34
commit 3605c9fa63
3 changed files with 7 additions and 7 deletions

View File

@ -144,7 +144,7 @@ export default function Typeahead({
<Combobox.Input
aria-describedby={hasError ? errorId : undefined}
className={clsx(
'w-full border-none py-2 pl-3 pr-10 leading-5 focus:ring-0',
'w-full border-none py-2 pl-3 pr-10 text-[length:inherit] leading-5 focus:ring-0',
stateClasses[state].input,
textSizes[textSize],
'disabled:cursor-not-allowed disabled:bg-transparent disabled:text-slate-500',