Skip to content

Commit

Permalink
style: update stop button color AB#26141
Browse files Browse the repository at this point in the history
  • Loading branch information
arsforza committed Jan 29, 2024
1 parent 1640dd9 commit e2320fd
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
backgroundColor="ibf-primary"
type="submit"
style="width: 100%"
strong="true"
>
{{
'chat-component.common.save-actions.submit-button-label'
Expand All @@ -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 }
Expand Down

0 comments on commit e2320fd

Please sign in to comment.