Updating colors doesn't apply to runtime

Using radzen blazor studio i've updated the colors in the appearence tab. The default value for the secondary color is a grey color. I've updated it to orange as shown in the screenshot:

when I got to run the site, the default value (grey) is used, not my value of orange:

How do i get these colors to apply at runtime?

You may need to hit CRTL-F5 or just F5 in the browser to refresh the cached styles.

1 Like

didn't know CSS variable values got cached locally. I guess it is the CSS file in general that gets cached and the variables are in there. Thanks.