Hi Andy,
We have checked your reported query, you have referred the material theme in your application, in this material design spec button text has to be capitalized. So we have suggest to override the .e-btn class style text-transform as none. Please refer the below code snippets.
|
<SfButton Content="Bank of Melbourne" CssClass="e-link" />
<style>
.e-btn.e-link {
text-transform: none;
}
</style> |
Please let us know, if you need any further assistance,
Regards,
Mohankumar R