mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: Uses label component for add label button (#2337)
* fix: Uses label component for add label button * Use button instead of span
This commit is contained in:
committed by
GitHub
parent
9ffdb0ec70
commit
9c555e70c9
@@ -52,7 +52,11 @@ export default {
|
||||
},
|
||||
labelStyle() {
|
||||
if (this.bgColor) {
|
||||
return { background: this.bgColor, color: this.textColor };
|
||||
return {
|
||||
background: this.bgColor,
|
||||
color: this.textColor,
|
||||
border: `1px solid ${this.bgColor}`,
|
||||
};
|
||||
}
|
||||
return {};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user