mcgilman commented on code in PR #11224:
URL: https://github.com/apache/nifi/pull/11224#discussion_r3227868355
##########
nifi-frontend/src/main/frontend/libs/shared/src/components/connector-wizard/connector-wizard.component.html:
##########
@@ -90,16 +90,20 @@
</mat-step>
<ng-template matStepperIcon="number">
- <i class="fa fa-circle-o text-[24px] leading-none
align-middle" aria-hidden="true"></i>
+ <i class="fa fa-circle text-[16px] leading-none
align-middle" aria-hidden="true"></i>
</ng-template>
<ng-template matStepperIcon="edit">
- <i class="fa fa-circle-o text-[24px] leading-none
align-middle" aria-hidden="true"></i>
+ <i
+ class="fa fa-circle-o secondary-color
text-[16px] leading-none align-middle"
+ aria-hidden="true"></i>
Review Comment:
<img width="273" height="207" alt="Screenshot 2026-05-12 at 11 51 24 AM"
src="https://github.com/user-attachments/assets/d06e081d-2bc9-4560-ba98-f1fadad9cf10"
/>
I actually think the current icons here better balance the width of the
outer circle and size of the check.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]