fix: Typing indicator to support dark mode (#8564)

This commit is contained in:
Sivin Varghese
2023-12-15 09:57:13 +05:30
committed by GitHub
parent 15f50635e7
commit e5c8a68a76
3 changed files with 1 additions and 1 deletions

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

View File

@@ -5,7 +5,7 @@
<div class="message-wrap mt-2">
<div
class="typing-bubble chat-bubble agent"
:class="$dm('bg-white', 'dark:bg-slate-50')"
:class="$dm('bg-white', 'dark:bg-slate-700')"
>
<img
src="~widget/assets/images/typing.gif"