From c880065da8097490583f8bb72b7d4e6e6acc21fb Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 29 Jan 2023 13:02:39 -0600 Subject: [PATCH] Tweak customer panel header style for new custorder --- tailbone/templates/custorders/create.mako | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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' } } },