Regression: RadzenLink selected in table not visible

After upding to the latest Radzen.Blazor packages we noticed a regression in the style of the selected RadzenLink in the table with the default theme. Used to be fine in Radzen.Blazor v 2.8.1 where we updated from.

Reproducible
Yes, nuget Radzen.Blazor v3.5.1

Steps to reproduce

  1. Init table with RowSelect="@GridRowSelect"
  2. Add RadzenLink column to the table with some Path and Text

Actual result
Row selection blends the text of RadzenLink and makes it invisible. The link itself stays clickable.
Screenshot 2021-06-11 101858

Expected result
Upon row selection, the text of RadzenLink should be visible as normal text.
Screenshot 2021-06-11 101941