Theme customization not working

Just created a new app with .net8 and the theme customization doesn't seem to be working. I modified the Gauge Arc colors and no change.

Hi @daveg1466,

Try moving the <link rel="stylesheet" href="css/site.css" /> after the theme <link href="_content/Radzen.Blazor/css/material-base.css" rel="stylesheet" /> (in App.razor).

that fixed it! thank you!