Hello Mr Andrey,
Greetings from Syncfusion support.
We checked the reported requirement. The cause of the problem you set the style for component incorrectly. You have to traverse the class and set the theme. Refer to the code below,
|
<style>
.e-input-group.e-control-wrapper.text-custom
{
font-size: 36px;
}
</style> |
Regards,
Sevvandhi N