cyntler / hamburger-react

Animated hamburger menu icons for React.js weighs only 1.5 KB.
https://hamburger-react.netlify.app
MIT License
963 stars 36 forks source link

change color on open #25

Closed mayauvtal closed 3 years ago

mayauvtal commented 3 years ago

hello

Is it possible to have the hamburger icon black when closed and the x icon white (or other color) ? how can i change the icon color on open? because when it is open my menu is black.

Thanks Inbal

mayauvtal commented 3 years ago

Hi

i found a way - <Hamburger color={this.state.isOpen ? "#ffffff" : "#000000"} easing="ease-in"....

and it works perfect. Thank you so mush for sharing this great component !!!!