You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by rf...@apache.org on 2019/09/30 19:42:03 UTC

[nifi-fds] branch master updated: [NIFI-6646] untheme confirm dialog close button

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

rfellows pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f99323  [NIFI-6646] untheme confirm dialog close button
0f99323 is described below

commit 0f99323cf93642455b5075f4f635b3554ac3354f
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Mon Sep 9 15:31:01 2019 -0400

    [NIFI-6646] untheme confirm dialog close button
---
 platform/core/dialogs/confirm-dialog/confirm-dialog.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform/core/dialogs/confirm-dialog/confirm-dialog.component.html b/platform/core/dialogs/confirm-dialog/confirm-dialog.component.html
index efc1b87..cc0789c 100644
--- a/platform/core/dialogs/confirm-dialog/confirm-dialog.component.html
+++ b/platform/core/dialogs/confirm-dialog/confirm-dialog.component.html
@@ -20,7 +20,7 @@ limitations under the License.
         <div fxLayout="row" fxLayoutAlign="space-between center">
             {{title}}
             <button mat-icon-button (click)="cancel()">
-                <mat-icon color="primary">close</mat-icon>
+                <mat-icon>close</mat-icon>
             </button>
         </div>
     </fds-dialog-title>
@@ -42,4 +42,4 @@ limitations under the License.
                 class="push-left-sm">{{acceptButton}}
         </button>
     </fds-dialog-actions>
-</fds-dialog>
\ No newline at end of file
+</fds-dialog>