adjust small item heading

This commit is contained in:
Anton Tranelis 2024-07-29 19:03:52 +02:00
parent 9e5d6653fb
commit 0ebe5fb01b

View File

@ -129,7 +129,7 @@ export function ItemFormPopup(props: ItemFormPopupProps) {
<form ref={formRef} onReset={resetPopup} autoComplete='off' onSubmit={e => handleSubmit(e)}>
{props.item ? <div className='tw-h-3'></div>
:
<div className='tw-flex tw-justify-center'><b className="tw-text-xl tw-font-bold">{ popupTitle? popupTitle : `New ${props.layer.name}`}</b></div>
<div className='tw-flex tw-justify-center'><b className="tw-text-xl tw-font-bold">{ props.layer.menuText}</b></div>
}
{props.children ?