1. Start the app in debug 2. Identify the style yo...
# tornadofx
c
1. Start the app in debug 2. Identify the style you'd like to modify 3. Modify the .kt Stylesheet subclass style 4. Ctrl+Shift+F9 to recompile 5. Go back to the app and verify the changed style
👍 1
s
I was able to get it to work using your instructions. Recompiling instead of saving 🙂 Thank you!