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