Light Mode

Vertical Light Mode Setting

Go to this file src/app/layouts/vertical/vertical.component.ts update below code:

document.documentElement.setAttribute('data-bs-theme', 'light');

Horizontal Light Mode Setting

Go to this file src/app/layouts/horizontal/horizontal.component.ts update below code:

document.documentElement.setAttribute('data-bs-theme', 'light');

Two Column Light Mode Setting

Go to this file src/app/layouts/two-column/two-column.component.ts update below code:

document.documentElement.setAttribute('data-bs-theme', 'light');
© Toner.
Design & Develop by Themesbrand