diff --git a/packages/design-system/src/forms/TextareaField.tsx b/packages/design-system/src/forms/TextareaField.tsx index 74663ba..875c325 100644 --- a/packages/design-system/src/forms/TextareaField.tsx +++ b/packages/design-system/src/forms/TextareaField.tsx @@ -128,7 +128,7 @@ export function TextareaField({ maxLength={maxLength} disabled={disabled} className={twMerge( - 'focus:border-uzh-blue-50 w-full rounded border border-uzh-grey-60 pl-2 placeholder-slate-400', + 'focus:border-uzh-blue-50 w-full rounded border border-uzh-grey-60 pl-2 pt-1 placeholder-slate-400', disabled && 'cursor-not-allowed', !!error && isTouched && 'border-red-400 bg-red-50', className?.input @@ -146,7 +146,7 @@ export function TextareaField({ maxLength={maxLength} disabled={disabled} className={twMerge( - 'focus:border-uzh-blue-50 w-full rounded border border-uzh-grey-60 pl-2 placeholder-slate-400', + 'focus:border-uzh-blue-50 w-full rounded border border-uzh-grey-60 pl-2 pt-1 placeholder-slate-400', disabled && 'cursor-not-allowed', !!error && isTouched && 'border-red-400 bg-red-50', className?.input