All my dependencies are rightly installed, but still FontAwesomeIcon color is not changing to white or any other color. This is the picture
Asked
Active
Viewed 239 times
1 Answers
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