Ignite UI CLI Version
15.2.0
Framework
Web Components, jQuery, React, Angular
CLI Command
new
Node.js Version
20.11.0
Operating System
Windows
Package Manager
None
Description
The generated avatar background is not applied correctly. Instead of setting the background on the proper avatar content/background area, the styling is applied directly with background prop. This causes the avatar UI to look incorrect and visually inconsistent.
Steps to Reproduce
- Create or generate a project/component that includes an avatar.
- Set or configure a background color for the avatar.
- Run the application and inspect the rendered avatar.
Actual Result
The background is applied to the element instead of the correct internal avatar background area. This results in a broken or visually poor UI.
Expected Result
The avatar background should be applied to the correct avatar background/content area so that the component renders properly and matches the expected design.
Error Output / Logs
No terminal error is shown. The issue is visual/styling-related.
Additional Context
No response
Ignite UI CLI Version
15.2.0
Framework
Web Components, jQuery, React, Angular
CLI Command
new
Node.js Version
20.11.0
Operating System
Windows
Package Manager
None
Description
The generated avatar background is not applied correctly. Instead of setting the background on the proper avatar content/background area, the styling is applied directly with
backgroundprop. This causes the avatar UI to look incorrect and visually inconsistent.Steps to Reproduce
Actual Result
The background is applied to the element instead of the correct internal avatar background area. This results in a broken or visually poor UI.
Expected Result
The avatar background should be applied to the correct avatar background/content area so that the component renders properly and matches the expected design.
Error Output / Logs
Additional Context
No response