add mention to composer

This commit is contained in:
Ren Amamiya
2023-07-21 18:07:17 +07:00
parent 64cd17389d
commit 17d2a8cb56
11 changed files with 250 additions and 183 deletions

View File

@@ -71,15 +71,13 @@ export function ComposerModal() {
<ChevronDownIcon width={14} height={14} />
</div>
</div>
<div
<button
onClick={closeModal}
onKeyDown={closeModal}
role="button"
tabIndex={0}
type="button"
className="inline-flex h-5 w-5 items-center justify-center rounded hover:bg-zinc-800"
>
<CancelIcon width={16} height={16} className="text-zinc-500" />
</div>
</button>
</div>
<Composer />
</Dialog.Panel>