src/components/chat/Chat.vue
@@ -41,7 +41,7 @@ </div> </div> <div class="sticky bottom-0 w-full p-6 pb-8 bg-gray-100 flex justify-center"> <div class="sticky bottom-0 w-full p-6 pb-8 bg-[rgb(247,248,250)] flex justify-center"> <PlayBar :isTalking="isTalking" v-model="messageContent.values" @sendClick="sendChatMessage" /> </div> </div>