-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Copy link
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug👑 app-builder🔥 severity: high🏃 priority: high✨ themes✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Description
The Checkbox SVG icon displays incorrectly in multi-theme applications when the wrapper’s default theme is set to indigo, causing the icon to render incorrectly for other themes within the wrapper component.
Related to - https://github.com/IgniteUI/igniteui-angular/pull/14520/files#diff-d8440ae54f8e381c947499499e892fd25029adfe3c7839f523ebb194a43a4090
- igniteui-angular version: 18.2.x
- browser: all
Steps to reproduce
- Create an application using multiple themes.
- Set 'Indigo' theme to the main component/wrapper.
- Add a component utilizing different theme .e.g Material inside of the main wrapper.
- Add checkbox component and observe the result
Result
What is the actual result after following the steps to reproduce?
Checkbox is loaded with the indigo svg path instead of the correct one.
Expected result
The correct icon to be displayed based on component theme.
Attachments
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug👑 app-builder🔥 severity: high🏃 priority: high✨ themes✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.