bump
This commit is contained in:
parent
d52d80a556
commit
bf4c9ed150
1
main.go
1
main.go
|
@ -40,6 +40,7 @@ func main() {
|
|||
f.InputClasses = "block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
||||
f.LabelClasses = "block text-sm font-medium text-gray-700"
|
||||
f.ErrorClasses = "text-red-800 font-bold"
|
||||
|
||||
e := forms.NewElement()
|
||||
e.Label = "Email Address"
|
||||
e.Type = "text"
|
||||
|
|
Loading…
Reference in New Issue