Change theme of the Blazor Scheduler

How to change the theme/ colors of the blazor scheduler to match the application's theme?

Hi @Nat,

You need to customize the CSS theme. You can either use Radzen's Theme Builder or override the current CSS rules by inspecting them with your browser developer tools.

Hi @korchev,

Thank you for the help!