You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello team, I tried to find reason for this:
when inputgroup is present it uses following default icon size instead of using custom size defined in .p-confirmdialog-icon class:
.pi {
font-size:var(--p-icon-size);
}
Also I have noticed some components uses both class & ngClass, also both @if & *ngIf, this is from confirmDialog icon code:
Describe the bug
The icon in the confirmation dialog has the wrong size when the InputGroupAddonModule is used.
Environment
NA
Reproducer
https://stackblitz.com/edit/github-n6fwtktk-1dgsramq
Angular version
18.2.x
PrimeNG version
18.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.14.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: