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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3f2c0a39db [NIFI-13122] use accent color for checkbox on top of 
primary color (#8730)
3f2c0a39db is described below

commit 3f2c0a39dbeb45ed1d418289ea041fad6e125b64
Author: Scott Aslan <scottyas...@users.noreply.github.com>
AuthorDate: Fri May 3 10:06:17 2024 -0400

    [NIFI-13122] use accent color for checkbox on top of primary color (#8730)
    
    This closes #8730
---
 .../fetch-parameter-provider-parameters.component.html                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/settings/ui/parameter-providers/fetch-parameter-provider-parameters/fetch-parameter-provider-parameters.component.html
 
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/settings/ui/parameter-providers/fetch-parameter-provider-parameters/fetch-parameter-provider-parameters.component.html
index 7931e1ec7d..064d0daae5 100644
--- 
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/settings/ui/parameter-providers/fetch-parameter-provider-parameters/fetch-parameter-provider-parameters.component.html
+++ 
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/settings/ui/parameter-providers/fetch-parameter-provider-parameters/fetch-parameter-provider-parameters.component.html
@@ -238,7 +238,7 @@
                                                     <ng-container 
matColumnDef="sensitive">
                                                         <th mat-header-cell 
*matHeaderCellDef>
                                                             <mat-checkbox
-                                                                color="primary"
+                                                                color="accent"
                                                                 
[checked]="areAllSelected(parameterGroupConfig)"
                                                                 
[indeterminate]="areAnySelected(parameterGroupConfig)"
                                                                 
(change)="selectAllChanged($event)"></mat-checkbox>

Reply via email to