diff --git a/components/bulma/form/input.templ b/components/bulma/form/input.templ
index d793c66..12a45bc 100644
--- a/components/bulma/form/input.templ
+++ b/components/bulma/form/input.templ
@@ -1,6 +1,10 @@
package form
-templ TextInput(color, id, fieldType, placeholder string) {
+templ TextInput(id, fieldType, placeholder string) {
+
+}
+
+templ TextInputColor(color, id, fieldType, placeholder string) {
if color == "" {
} else {