Light Mode
Light Mode Setting
You can simply change layout mode to Light by doing
the
below changes in the
file src/store/app.ts.
Simply set the attribute
mode=SITE_THEME.LIGHT. It will update the layout mode to Light mode.
No need to change
any css or js files.