Hi, Yes, the component is managed based on the style... But, one possible solution, you can try to use this approach for now I think: function afterrender(sender, eOpts) { var me=sender; me.bar.setStyle( 'background-image', 'linear-gradient(to right, green, lime)' ); me.setStyle( 'border-color', 'green' ); var pText = me.el.select('.x-progress-text.x-progress-text-back').elements[0]; if (pText) { Ext.ge