I don't have access to github right now so I will put this here for now: I noticed that the http://cljfx.dev namespace will not compile without adding:
"--add-opens=javafx.graphics/javafx.scene.paint=ALL-UNNAMED"
To your jvm-opts in your deps.edn if you are using jdk 17 or above.