Skip to content

Commit

Permalink
fix: Typing indicator to support dark mode (#8564)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsivin committed Dec 15, 2023
1 parent 15f5063 commit e5c8a68
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified app/javascript/dashboard/assets/images/typing.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/widget/assets/images/typing.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/javascript/widget/components/AgentTypingBubble.vue
Expand Up @@ -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"
Expand Down

0 comments on commit e5c8a68

Please sign in to comment.