Light Mode
Light Mode Setting in Components
You can simply change layout mode to Light by doing the
below changes in the
file src/slices/layouts/reducer.ts
.
update the INIT_STATE object parameter layoutModeType: LAYOUT_MODE_TYPES.LIGHTMODE
Light Mode Setting in Frontend
You can simply change layout mode to Light by doing the
below changes in the
file src/slices/layouts/reducer.ts
.
update the INIT_STATE object parameter layoutThemeMode: layoutThemeModes.LIGHTTHEME
Light Mode Setting in Backend
You can simply change layout mode to Light by doing the
below changes in the
file src/slices/layouts/reducer.ts
.
update the INIT_STATE object parameter layoutModeType: LAYOUT_MODE_TYPES.LIGHTMODE