Add hover effects for chat messages

This commit is contained in:
sabaimran
2024-07-09 14:56:57 +05:30
parent a0e9530fa4
commit 5b69252337
4 changed files with 72 additions and 52 deletions

View File

@@ -149,9 +149,8 @@ function ChatInputArea(props: ChatInputProps) {
<FileArrowUp weight='fill' />
</Button>
<div className="grid w-full gap-1.5">
{/* <Label htmlFor="message">Your message</Label> */}
<Textarea
className='border-none min-h-[60px]'
className='border-none min-h-[20px]'
placeholder="Type / to see a list of commands"
id="message"
value={message}