Grid column TextAlign Propery bug

There is a small visual bug on Radzen Blazor Grid.

If I make column text align centered for one column its header text is not visually centered. There is a padding applied as well which push text slightly to the right.

this is a minor issue as long as you dont have width set on that column then header looks really ugly.

I'm sure that is an yeasy fix simply removing padding if column is center aligned.

Regards