Does anyone know how to customize the color scheme of radzen components for Blazor? I've tried to do this by figuring out which css class i should change, but I simply wasn't able to do that on the Tree component.
If you just want to use a dark theme, then replace it
<link rel="stylesheet" href="_content/Radzen.Blazor/css/default.css">
with this.
<link rel="stylesheet" href="_content/Radzen.Blazor/css/dark.css">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With