<TelerikButton>Hello</TelerikButton>
generates a button with "HELLO" as the text...all uppercase. Looks like the .k-button css class has "text-transform: uppercase" on it. Is this due to the Material theme? I am using Telerik.UI.for.Blazor.2.29.0, which is the latest as of this writing.
I would like the casing of the text to be how I decide.
Thanks,
Justin
Hi Justin,
You are correct, the style is specific to our Material theme. This theme follows the guidelines of Material Angular design.
Regards,
Apostolos
Progress Telerik