You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have changed it using the below code. Let me know if you need more help. <Toggle componentClass={(obj) => { return ( <button className="sidenavbar_toggle" onClick={obj.onClick}> {expanded ? ( <IoIosArrowDropleftCircle size="2em" /> ) : ( <IoIosArrowDroprightCircle size="2em" /> )} </button> ); }} />
Hello,
How do I change the toggle image please
Thanks
image
The text was updated successfully, but these errors were encountered: