Dark Mode
Dark Mode Setting
You can make changes in layout mode to Dark by doing the below changes in the file.
src/slices/layouts/reducer.ts
update the INIT_STATE object parameter layoutModeType: LAYOUT_MODE_TYPES.DARKMODE
.
You can make changes in layout mode to Dark by doing the below changes in the file.
src/slices/layouts/reducer.ts
update the INIT_STATE object parameter layoutModeType: LAYOUT_MODE_TYPES.DARKMODE
.