Brand Mode
Brand 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.BRANDMODE
.
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.BRANDMODE
.