<@U2RQ03PDW> You can't bind CSS properties directl...
# tornadofx
e
@camdenorrb You can't bind CSS properties directly, but we have automatic functionality to add/remove classes based on some property. For the background issue, you can create an ObjectProperty<Paint>() that holds your color, and bind that to the property controlling the background color for your component.