Skip to content

Commit

Permalink
fix textarea paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Oct 4, 2024
1 parent d7b30b3 commit f599194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const TemplateInput = forwardRef(
ref={ref}
className={classNames(
className,
'min-h-11 w-full grow resize-y whitespace-pre-wrap rounded border bg-transparent px-4 py-3 outline-none placeholder:text-secondary focus-visible:outline-none',
'min-h-8 w-full grow resize-y whitespace-pre-wrap rounded border bg-transparent px-3 py-2 outline-none placeholder:text-secondary focus-visible:outline-none',
!validationError
? 'border-primary focus-within:border-accent-primary'
: 'border-error hover:border-error focus:border-error',
Expand Down

0 comments on commit f599194

Please sign in to comment.