Dark Mode

Vertical Dark Mode Setting

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

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

Horizontal Dark Mode Setting

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

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

Two Column Dark Mode Setting

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

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