refactor(token): Fix avatar usage in token example
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.