Skip to content

refactor(token): Fix avatar usage in token example

Enrique Alcántara requested to merge refactor-token-avatar-example into master

In the token with avatar example, the use of the avatar component is incorrect. The token component contains styles to define the size of the avatar component. These styles are not necessary because the avatar component already contains a size property for such purpose.

Merge request reports