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
This will require adding a darkMode reducer, which takes one single action (toggleDarkMode). This action will not yet be called in any components, but it will be called in a settings modal when we add that.
The darkMode boolean (appState.darkMode) should be pulled into any component via mapStateToProps. The list of components which require darkMode for styling can be found with a simple grep.
The text was updated successfully, but these errors were encountered:
This will require adding a darkMode reducer, which takes one single action (toggleDarkMode). This action will not yet be called in any components, but it will be called in a settings modal when we add that.
The darkMode boolean (appState.darkMode) should be pulled into any component via mapStateToProps. The list of components which require darkMode for styling can be found with a simple grep.
The text was updated successfully, but these errors were encountered: