fix: center peek message role (#7723)

This commit is contained in:
donteatfriedrice
2024-08-05 02:43:58 +00:00
parent f108b95704
commit 10deed94e3
@@ -397,7 +397,7 @@ export class AIChatBlockPeekView extends LitElement {
.state=${messageState} .state=${messageState}
.content=${content} .content=${content}
.attachments=${attachments} .attachments=${attachments}
.role=${role} .messageRole=${role}
.userInfo=${userInfo} .userInfo=${userInfo}
></ai-chat-message> ></ai-chat-message>
${shouldRenderError ? AIChatErrorRenderer(host, error) : nothing} ${shouldRenderError ? AIChatErrorRenderer(host, error) : nothing}