JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Buttons › Button Lowercase Text › Reply To: Button Lowercase Text
January 13, 2022 at 7:26 am
#102777
admin
Keymaster
Hi Matias Galante,
Our themes follow the Material design guidelines and that is the reason button texts are upper case. In order to make them normal case, you can use CSS or SCSS.
Example:
smart-button {
text-transform: initial !important;
}
Hope this helps.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/