fix: Text color bug on attachment bubble in widget (#6399)

* fix: Text color bug on attachment bubble

* chore: Fix file bubble text color issue

---------

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
This commit is contained in:
Fayaz Ahmed
2023-02-09 16:50:11 +05:30
committed by GitHub
parent c5b245977a
commit e18f4aeee9
3 changed files with 20 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
<div
v-if="hasAttachments"
class="chat-bubble has-attachment agent"
:class="(wrapClass, $dm('bg-white', 'dark:bg-slate-50'))"
:class="(wrapClass, $dm('bg-white', 'dark:bg-slate-700'))"
>
<div v-for="attachment in message.attachments" :key="attachment.id">
<image-bubble