mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 13:21:18 +00:00
Add hover effects for chat messages
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user