Hi you all!
I’m styling Follow Plugin 👨, then I started considering changes over
button[aria-label="Follow"] or button[aria-label="Following"]
Do you know if there is some way to change icon by Css, so this way, it would be possible to change from “user-plus” (to follow) to “user-check” (following)

Hope you guys can help me!
Best Regards,
Felipe
EDIT(SOLUTION):
Yooo! I manipulated over user object reference
{{follow-toggle icon=(if user.following 'user-check' 'user-plus') user=user}}
Thank you all!!

