mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
chore: Improvements to dark mode usage in widget (#7873)
This commit is contained in:
committed by
GitHub
parent
f05535c5ad
commit
8d43101892
@@ -9,8 +9,7 @@
|
||||
>
|
||||
<div
|
||||
v-dompurify-html="formatMessage(message, false)"
|
||||
class="message-content"
|
||||
:class="$dm('text-black-900', 'dark:text-slate-50')"
|
||||
class="message-content text-slate-900 dark:text-slate-50"
|
||||
/>
|
||||
<email-input
|
||||
v-if="isTemplateEmail"
|
||||
|
||||
@@ -46,7 +46,10 @@
|
||||
>
|
||||
<router-view />
|
||||
</transition>
|
||||
<branding :disable-branding="disableBranding" />
|
||||
<branding
|
||||
class="bg-slate-25 dark:bg-slate-800"
|
||||
:disable-branding="disableBranding"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user