minor changes to event type edit input
This commit is contained in:
parent
521bb4069a
commit
c152e43b82
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
||||||
name="title"
|
name="title"
|
||||||
id="title"
|
id="title"
|
||||||
required
|
required
|
||||||
className="pl-0 text-xl font-bold text-gray-900 bg-transparent border-none cursor-pointer focus:ring-0 focus:outline-none"
|
className="pl-0 w-full text-xl font-bold focus:text-black text-gray-500 hover:text-gray-700 bg-transparent border-none cursor-pointer focus:ring-0 focus:outline-none"
|
||||||
placeholder="Quick Chat"
|
placeholder="Quick Chat"
|
||||||
defaultValue={eventType.title}
|
defaultValue={eventType.title}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue