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
I started using ngx-avatar recently in our project as it seemed to match all our requirements.
But I see that currently application of custom styling is through style property in ngx-avatar. There is no provision to accept css classes for this. We use variables in our scss classes and it would nice to reuse them for the custom styling of ngx-avatar as well. So it would be great to accept css classes also apart from the style property.
Due to the current approach of hard-coding the style in the component, we get the following warning as well.
I started using ngx-avatar recently in our project as it seemed to match all our requirements.
But I see that currently application of custom styling is through
style
property in ngx-avatar. There is no provision to accept css classes for this. We use variables in our scss classes and it would nice to reuse them for the custom styling of ngx-avatar as well. So it would be great to accept css classes also apart from thestyle
property.Due to the current approach of hard-coding the style in the component, we get the following warning as well.
The text was updated successfully, but these errors were encountered: