diff --git a/src/pages/add-event/index.tsx b/src/pages/add-event/index.tsx index d14156f..3bea740 100644 --- a/src/pages/add-event/index.tsx +++ b/src/pages/add-event/index.tsx @@ -4,8 +4,9 @@ import { useEventsContext, useParamsContext } from "../../contexts"; import { useDialog } from "../../hooks"; import { toDateParam } from "../../utils"; -const inputClassName = - "border rounded w-full py-2 px-3 text-gray-700 leading-tight"; +const formGroupClassName = "grid gap-1"; + +const inputClassName = "border rounded py-2 px-3 text-gray-700 leading-tight"; export const AddEventPage = () => { /* @@ -58,39 +59,45 @@ export const AddEventPage = () => {
{errorMessage}
}