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 @@
- -
+
+ />