Dark Version
You can change or customize the Dark Layout.Go to this file src/redux/layout/reducer.js
update the INIT_STATE object parameter layoutMode: "dark"
Note:
We have use localstorage value for the dark and light mode. Once you set the dark mode then it will
save the value in the browser and will be remain dark only even if you are changing it manually from
file then also it will take the localstorage value only. So make sure to clear the browser cache in
order to make it working or you may change this in the
src/redux/layout/reducer.js
file.