Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customizing Radzen for blazor

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.

like image 241
Patrick S Avatar asked Jun 22 '26 12:06

Patrick S


1 Answers

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">
like image 143
Wizard Avatar answered Jun 25 '26 22:06

Wizard



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!