1

All my dependencies are rightly installed, but still FontAwesomeIcon color is not changing to white or any other color. This is the picture

Samuel
  • 11
  • 2

1 Answers1

0

Try

<FontAwesomeIcon
  icon={faBars}
  color='#FFF'
/>

Some context https://github.com/FortAwesome/react-fontawesome/pull/99

CodeSandbox example https://codesandbox.io/s/priceless-northcutt-w65vx?file=/src/App.js

AshotN
  • 395
  • 4
  • 15