mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
fix: Typing indicator to support dark mode (#8564)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
@@ -5,7 +5,7 @@
|
|||||||
<div class="message-wrap mt-2">
|
<div class="message-wrap mt-2">
|
||||||
<div
|
<div
|
||||||
class="typing-bubble chat-bubble agent"
|
class="typing-bubble chat-bubble agent"
|
||||||
:class="$dm('bg-white', 'dark:bg-slate-50')"
|
:class="$dm('bg-white', 'dark:bg-slate-700')"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="~widget/assets/images/typing.gif"
|
src="~widget/assets/images/typing.gif"
|
||||||
|
|||||||
Reference in New Issue
Block a user