couetilc / react-social-icons

svg social icons in react

Home Page:https://react-social-icons.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphical Issues with Discord Icon

advra opened this issue · comments

I found couple issues with discord icon:

  • cant set bgColor to transparent (only displays as white)
  • discord icon masking is off and shows a circle when colors are changed

To reproduce:
Note: using twitter icon to show desired result

 <SocialIcon network='twitter' bgColor='transparent' fgColor='white'/> 
 <SocialIcon network='discord' fgColor='white' bgColor='black'/>
 <SocialIcon network='discord' fgColor='white' bgColor='transparent'/>

Output in order:
image

i also ran in to this when using the transparent as bgColor, fgColor works fine.

identical issue here. Is this being looked into? thanks

hi @advra, this has been addressed in v6 of react-social-icons

CC @bonbonio @mortslhawmit @jefezebos

@couetilc great work! Thanks!