Light Version
You can change or customize the Light Layout.Go to this file src/redux/layout/reducer.js
update the INIT_STATE object parameter layoutMode: "light"
Note:
We have use localstorage value for the light and dark mode. Once you set the light mode then it will
save the value in the browser and will be remain light 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.