nicolium: make caht textarea less ugly
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -41,7 +41,7 @@ const ChatTextarea = React.forwardRef<HTMLTextAreaElement, IChatTextarea>(
|
||||
</HStack>
|
||||
)}
|
||||
|
||||
<Textarea ref={ref} theme='transparent' {...rest} />
|
||||
<Textarea className='px-3 py-2' ref={ref} theme='transparent' {...rest} />
|
||||
</div>
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user