File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ const Slots = setSlots(
156156 * @csspart empty-state - Styles the empty state container when there are no messages.
157157 *
158158 * @csspart input-area-container - Styles the wrapper around the chat input area.
159- * @csspart input-container - Styles the main input container .
159+ * @csspart input-area - Styles the main text input area .
160160 * @csspart input-attachments-container - Styles the container for attachments in the input.
161161 * @csspart input-attachment-container - Styles a single attachment in the input area.
162162 * @csspart input-attachment-name - Styles the file name of an attachment.
@@ -509,7 +509,7 @@ export default class IgcChatComponent extends EventEmitterMixin<
509509 < div part ="input-area-container ">
510510 < igc-chat-input
511511 exportparts ="
512- input-container: input-area-container ,
512+ input-container: input-area,
513513 input-wrapper: input-container,
514514 attachments: input-attachments-container,
515515 attachment-wrapper: input-attachment-container,
You can’t perform that action at this time.
0 commit comments