From e2320fd0bc61bf2212630d880d344101bd509502 Mon Sep 17 00:00:00 2001 From: arsforza Date: Mon, 29 Jan 2024 11:50:23 +0100 Subject: [PATCH] style: update stop button color AB#26141 --- .../src/app/components/chat/chat.component.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html b/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html index fd3eda0a9..f7c6624b2 100644 --- a/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html +++ b/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html @@ -327,6 +327,7 @@ backgroundColor="ibf-primary" type="submit" style="width: 100%" + strong="true" > {{ 'chat-component.common.save-actions.submit-button-label' @@ -343,7 +344,10 @@ " (click)="openToggleTriggerPopup(area, true)" [disabled]="!area.activeTrigger" - backgroundColor="ibf-primary" + backgroundColor="ibf-white" + textColor="ibf-no-alert-primary" + borderColor="ibf-no-alert-secondary" + strong="true" >{{ 'chat-component.common.stop-trigger-popup.' + hasEap() + '.header' | translate: { alertLabel: area.alertLabel }