I am working with MudBlazor and I’ve noticed that it has many frontend classes, such as Typo and Align. I want to make text bold without using any external CSS or the <b> tag. For example, I have the following code:<MudText Typo="Typo.h1" Align="Align.Start">Welcome Back</MudText>.
How can I achieve that? Thank you!
I want it to be bold.