I'm using Exjts 4 and i want to change the button text color. Here is my code:
{
     xtype: 'button',
     text: 'My Button',
     style:{
         color: 'red'
     }  
}  
                In case someone needs it. I do not know if it's a dirty solution but it works
{
 xtype: 'button',
 text: '<div style="color: red">My Button</div>',     
}  
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With