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/07 13:23:48 UTC

[incubator-streampipes] 01/03: [hotfix] Fix button style in start all pipelines 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 8023e479a6aa9840bf945b19d839a00e68e00498
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Thu Jan 6 22:20:43 2022 +0100

    [hotfix] Fix button style in start all pipelines dialog
---
 .../start-all-pipelines/start-all-pipelines-dialog.component.html     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/app/pipelines/dialog/start-all-pipelines/start-all-pipelines-dialog.component.html b/ui/src/app/pipelines/dialog/start-all-pipelines/start-all-pipelines-dialog.component.html
index dddba60..f9abd57 100644
--- a/ui/src/app/pipelines/dialog/start-all-pipelines/start-all-pipelines-dialog.component.html
+++ b/ui/src/app/pipelines/dialog/start-all-pipelines/start-all-pipelines-dialog.component.html
@@ -42,8 +42,8 @@
         <button mat-button mat-raised-button class="mat-basic" (click)="close(false)" style="margin-right:10px;">
             Cancel
         </button>
-        <button mat-button mat-raised-button color="primary" [disabled]="installationRunning" (click)="next()">
+        <button mat-button mat-raised-button color="accent" [disabled]="installationRunning" (click)="next()">
             {{nextButton}}
         </button>
     </div>
-</div>
\ No newline at end of file
+</div>