Tweak customer panel header style for new custorder

This commit is contained in:
Lance Edgar 2023-01-29 13:02:39 -06:00
parent 86af4baef5
commit c880065da8

View file

@ -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'
} }
} }
}, },