gerson
2024-07-07 4a60ea21607aedfea6ed3cec4bd6269ac17f49fd
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>