Join Slack
Communities
Powered by
<@U10EJRH2L> The base color property is used to se...
# tornadofx
a
abhinay
10/04/2017, 7:27 AM
@Ruckus
The base color property is used to set the theme is correct. But, you do not need a control in the scene graph to use it. You can try something like this in the css to check if it works:
Copy code
.root { -fx-background-color: -fx-base; }
Open in Slack
Previous
Next