Hi,
I'm trying to be able to switch from light mode to dark mode and back to light mode in Blazor.
By now, the only I could do is setting dark mode with adding:
<html lang="en" data-bs-theme="dark">
Any help will be appreciated.
Regards
Pablo
I'm trying to be able to switch from light mode to dark mode and back to light mode in Blazor.
By now, the only I could do is setting dark mode with adding:
<html lang="en" data-bs-theme="dark">
Any help will be appreciated.
Regards
Pablo