Dark Version
To activate dark mode, update the 'theme'
value within the reducers.js
file located in the store/layout
directory. Adjust the 'theme'
parameter to enable dark mode functionality.
const INIT_STATE = {
theme: "dark",
}