Fix: Set widget bg color for file-bubble (#965)
This commit is contained in:
parent
7c6ea3a05a
commit
667e3abbe1
3 changed files with 24 additions and 14 deletions
|
@ -32,6 +32,10 @@ export default {
|
|||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
widgetColor: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue