Dark Mode
Dark Mode Setting in Components
You can simply change 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
Dark Mode Setting in Frontend
You can simply change layout mode to Dark by doing the
below changes in the
file src/slices/layouts/reducer.ts
.
update the INIT_STATE object parameter layoutThemeMode: layoutThemeModes.DARKTHEME
Dark Mode Setting in Backend
You can simply change 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