Css – How to customise a MudBlazor Component
So I have a this MudBlazor <MudSelect /> Component and I want to change its display font to .75rem. (Below doesn't work!) <MudSelect style="font-size: .75rem!;" T="string" MultiSelection="true" ... So after the chosen values are selected, and displayed, I would like…