feat: format document

pull/103/head
crazywoola 3 years ago
parent 247a4fe94b
commit c39d19f492

@ -103,12 +103,10 @@ const NewAppDialog = ({ show, onClose }: NewAppDialogProps) => {
</>
}
>
<h3 className={style.newItemCaption}>{t('app.newApp.captionName')}</h3>
<div className='flex items-center justify-between gap-3 mb-8'>
<AppIcon size='large' onClick={() => { setShowEmojiPicker(true) }} />
<AppIcon size='large' onClick={() => { setShowEmojiPicker(true) }} className='cursor-pointer' />
<input ref={nameInputRef} className='h-10 px-3 text-sm font-normal bg-gray-100 rounded-lg grow' />
</div>

Loading…
Cancel
Save