Navigation buttons styling change with Radzen.Blazor package update

I am working on updating site that I inherited
Current Radzen.Blazor package is at version 4.4.3, when I am updating this package to anything after 4.4.3, navigation button styling for RadzenDataGrid break and shows only hyperlinked numbers.
So, currently I updated Radzen.Blazor package to version 6.6.3 and comparing class references and what I found is that

  • with version 4.4.3 it's <class="rz-paginator-page rz-paginator-element ">
  • with version 6.6.3 it's <class="rz-pager-page rz-pager-element ">

I am not quite clear where I need to go to fix styling reference

There is probably an older theme CSS file being cached by your browser.

Thanks for reply , Korchev, as it turned out it was publishing problem.
I deleted all files, published it again and that worked