TextField("Insert Title", text: $titleInput)
   .padding(10)
   .background(.gray.opacity(0.2))
   .textInputAutocapitalization(.words)