Tweak customer panel header style for new custorder
This commit is contained in:
parent
86af4baef5
commit
c880065da8
|
@ -1298,9 +1298,7 @@
|
|||
customerHeaderClass() {
|
||||
if (!this.customerPanelOpen) {
|
||||
if (this.customerStatusType == 'is-danger') {
|
||||
return 'has-text-danger'
|
||||
} else if (this.customerStatusType == 'is-warning') {
|
||||
return 'has-text-warning'
|
||||
return 'has-text-white'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue