[ui] change to text-sm for some elements

This commit is contained in:
Yangshun Tay
2022-10-24 09:20:27 +08:00
parent 5f546f951f
commit 94f232f67c
4 changed files with 6 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ function TextArea(
aria-describedby={hasError ? errorId : undefined}
aria-invalid={hasError ? true : undefined}
className={clsx(
'block w-full rounded-md sm:text-sm',
'block w-full rounded-md text-sm',
stateClasses[state].textArea,
disabled && 'bg-slate-100',
resizeClasses[resize],