Dark Mode
Dark Mode Setting
You can make changes in Layout Modes to Dark by doing the below changes in the file.
src/store/layouts/reducer.js update the
INIT_STATE object parameter layoutModeType: layoutModeTypes.DARKMODE .
You can make changes in Layout Modes to Dark by doing the below changes in the file.
src/store/layouts/reducer.js update the
INIT_STATE object parameter layoutModeType: layoutModeTypes.DARKMODE .