Skip to content

Commit

Permalink
[NIFI-13122] use accent color for checkbox on top of primary color (#…
Browse files Browse the repository at this point in the history
…8730)

This closes #8730
  • Loading branch information
scottyaslan authored May 3, 2024
1 parent ba1109f commit 3f2c0a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<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>
Expand Down

0 comments on commit 3f2c0a3

Please sign in to comment.