mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
center small item heading
This commit is contained in:
parent
ca018fde46
commit
e9c0a6f1e7
@ -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">{ props.layer.menuText}</b></div>
|
||||
<div className='tw-flex tw-justify-center'><b className="tw-text-xl tw-text-center tw-font-bold">{ props.layer.menuText}</b></div>
|
||||
}
|
||||
|
||||
{props.children ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user