No matter what I change my theme .css to, it always uses the basic theme. I am using the latest 4.1.7 build.
<link rel="stylesheet" href="_content/Radzen.Blazor/css/default-base.css"> //original
<link rel="stylesheet" href="_content/Radzen.Blazor/css/dark.css"> //changed to
I have also noticed that my buttons do not respond to the new built in properties such as follows:
<RadzenButton Icon="add_circle_outline" Shade="Shade.Lighter" ButtonStyle="ButtonStyle.Info" style="margin-left: 50px;" Text="New Project" Click="@InsertRow" />