diff --git a/tailbone/templates/custorders/create.mako b/tailbone/templates/custorders/create.mako index 3189c0b3..b0dca6ec 100644 --- a/tailbone/templates/custorders/create.mako +++ b/tailbone/templates/custorders/create.mako @@ -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' } } },