From 667e3abbe158b5dc267a9a4cd299082efc595c44 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 15 Jun 2020 13:35:52 +0530 Subject: [PATCH] Fix: Set widget bg color for file-bubble (#965) --- .../widget/components/FileBubble.vue | 4 ++++ .../widget/components/UserMessage.vue | 14 +++++++++++-- .../widget/components/UserMessageBubble.vue | 20 ++++++++----------- 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/app/javascript/widget/components/FileBubble.vue b/app/javascript/widget/components/FileBubble.vue index 0a5d545ea..3731bd027 100644 --- a/app/javascript/widget/components/FileBubble.vue +++ b/app/javascript/widget/components/FileBubble.vue @@ -32,6 +32,10 @@ export default { type: Boolean, default: false, }, + widgetColor: { + type: String, + default: '', + }, }, computed: { title() { diff --git a/app/javascript/widget/components/UserMessage.vue b/app/javascript/widget/components/UserMessage.vue index ffdf5685d..9663e4932 100755 --- a/app/javascript/widget/components/UserMessage.vue +++ b/app/javascript/widget/components/UserMessage.vue @@ -2,12 +2,17 @@
- -
+
+ />