Use StyleManager to apply styles to all classes or specified classes
creationComplete="initApp()"> public function initApp():void { StyleManager.getStyleDeclaration("Button").setStyle("fontSize",15); StyleManager.getStyleDeclaration("Button").setStyle("color",0x9933FF); }