Themes in Maui

Why don't themes work or choose a light or dark theme with Maui or Maui Desktop only it works with Blazor Web or how can I activate it

Hi @negmelsama,

Themes do work in MAUI :slight_smile:

If you want to enable light and dark mode check here: How can I set up material light and dark mode in a MAUI or Blazor standalone app? - #7 by Igor

Hi, @korchev

Does AppearanceToggle work on MAUI? Or the only way to change between Light/Dark theme is set the link ref as showed on Igor solution?

It should probably work. Use RadzenTheme instead of including the link tags and then RadzenApperanceToggle should work. Also be sure builder.Services.AddRadzenComponents(); is called during startup.