💬 style: Chat UI, Greeting, and Message adjustments (#6612)

* style: reduce gap in Message and Content Render components

* style: adjust padding and font size in Chat components for improved layout

* feat: personalize greeting message with user name in Landing component
This commit is contained in:
Marco Beretta 2025-03-29 17:47:38 +01:00 committed by GitHub
parent a10bc87979
commit e2ff0f986d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 16 deletions

View file

@ -159,7 +159,7 @@ const MessageRender = memo(
>
<h2 className={cn('select-none font-semibold', fontSize)}>{messageLabel}</h2>
<div className="flex flex-col gap-1 md:gap-3">
<div className="flex flex-col gap-1">
<div className="flex max-w-full flex-grow flex-col gap-0">
<MessageContext.Provider
value={{