{errors.title}
} @@ -156,10 +157,11 @@ const ChainCreationForm: React.FC = () => { value={formData.description} onChange={handleInputChange} maxLength={500} + className="min-h-[100px] text-base sm:text-sm" /> {errors.description &&{errors.description}
} - +