minor updates

This commit is contained in:
Ren Amamiya
2023-05-30 09:56:16 +07:00
parent c8f643198e
commit 763af0da14
9 changed files with 58 additions and 36 deletions
+11
View File
@@ -69,6 +69,17 @@ export function ChatMessageForm({
placeholder="Message"
className="relative h-11 w-full resize-none rounded-md px-5 !outline-none bg-zinc-800 placeholder:text-zinc-500"
/>
<div className="absolute right-2 top-0 h-11">
<div className="h-full flex items-center justify-end">
<button
type="button"
onClick={submit}
className="inline-flex items-center gap-1 text-zinc-500 leading-none"
>
Send
</button>
</div>
</div>
</div>
);
}