You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/01/06 21:16:34 UTC

[incubator-streampipes] 01/03: [hotfix] Modify button style in pipeline notifications dialog

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit b620cb146f3a66e1f0dae8d26fa793be062ffd58
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Thu Jan 6 21:23:23 2022 +0100

    [hotfix] Modify button style in pipeline notifications dialog
---
 .../dialog/pipeline-notifications/pipeline-notifications.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/pipelines/dialog/pipeline-notifications/pipeline-notifications.component.html b/ui/src/app/pipelines/dialog/pipeline-notifications/pipeline-notifications.component.html
index 7610b51..65fdce4 100644
--- a/ui/src/app/pipelines/dialog/pipeline-notifications/pipeline-notifications.component.html
+++ b/ui/src/app/pipelines/dialog/pipeline-notifications/pipeline-notifications.component.html
@@ -28,7 +28,7 @@
     </div>
     <mat-divider></mat-divider>
     <div class="sp-dialog-actions actions-align-right">
-        <button mat-button mat-raised-button color="primary" (click)="acknowledgeAndClose()">
+        <button mat-button mat-raised-button color="accent" (click)="acknowledgeAndClose()">
             Acknowledge
         </button>
     </div>