Have u tried inspecting in dev tools to see what the bg color actually is and what styling makes the difference?
________________________________ From: GitBox <[email protected]> Sent: Sunday, August 11, 2019 12:08:56 AM To: [email protected] <[email protected]> Subject: [GitHub] [royale-asjs] angelhdz opened a new issue #449: [QUESTION] "style" property, background not changing angelhdz opened a new issue #449: [QUESTION] "style" property, background not changing URL: https://github.com/apache/royale-asjs/issues/449 ### Me again... with styling issues... I'm trying to understand Royale, so after a lot of time struggling with Jewel themes, I decided to try styling the components directly with CSS. So, I started with the background property, obviously. And bam! No black background... but the color property actually works, it paints the text red as it should. I tried setting opacity to 100%. `<j:Button text="Black Button" style="background-color: #000; color: #f00; opacity: 100%">` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
