Skip to content

Commit

Permalink
Change px by rem
Browse files Browse the repository at this point in the history
  • Loading branch information
pallendes committed Oct 17, 2023
1 parent 4738216 commit bcedb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-field/textarea/textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Textarea = ({
placeholder={placeholder}
aria-describedby={ariaDescribedBy}
className={classNames(
"paragraph-100 block min-h-[32px] w-full rounded border border-neutral-400 py-2 pl-3 pr-2 text-neutral-800 placeholder:text-neutral-600 focus:outline-none",
"paragraph-100 block min-h-[2rem] w-full rounded border border-neutral-400 py-2 pl-3 pr-2 text-neutral-800 placeholder:text-neutral-600 focus:outline-none",
disabled && "cursor-not-allowed bg-neutral-100 text-neutral-600",
!error &&
!disabled &&
Expand Down

0 comments on commit bcedb37

Please sign in to comment.