We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71d81c commit 76c6e7fCopy full SHA for 76c6e7f
examples/server/public/index.html
@@ -167,7 +167,7 @@ <h2 class="font-bold mb-4 ml-4">Conversations</h2>
167
168
<!-- pending (ongoing) assistant message -->
169
<div id="pending-msg" class="chat chat-start">
170
- <div v-if="pendingMsg" class="chat-bubble markdown">
+ <div v-if="pendingMsg" class="chat-bubble markdown chat-bubble-base-300">
171
<span v-if="!pendingMsg.content" class="loading loading-dots loading-md"></span>
172
<vue-markdown v-else :source="pendingMsg.content" />
173
</div>
0 commit comments