scottyaslan commented on code in PR #11224:
URL: https://github.com/apache/nifi/pull/11224#discussion_r3222157797
##########
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:
I am not sure I understand what you mean. We use font-awesome font
ligatures. We can only set the font-size. Here is font-size: 24px:
<img width="219" height="230" alt="Screenshot 2026-05-11 at 5 04 51 PM"
src="https://github.com/user-attachments/assets/64079349-db2c-4af1-b708-952c5eb2dd37"
/>
and here is font-size: 10 px:
<img width="284" height="314" alt="Screenshot 2026-05-11 at 5 05 04 PM"
src="https://github.com/user-attachments/assets/fd73ade4-16ec-42b9-92cd-1701953e1bfa"
/>=
Do you prefer either of these or 16px?
--
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]