diff --git a/src/components/input/InputField.tsx b/src/components/input/InputField.tsx
index 26ea54b..989db27 100644
--- a/src/components/input/InputField.tsx
+++ b/src/components/input/InputField.tsx
@@ -13,7 +13,9 @@ type Props = {
function InputField({ onChange, htmlFor, labelText, children, valid = true, className, ...inputProps }: Props) {
return (
-
+