If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10):WIN11 PsychoPy version (e.g. 2024.2.4 Py 3.8) 2025.2.3 Standard Standalone Installation? (y/n) :y Do you want it to also run online? (y/n) y What are you trying to achieve?: Show a button
What did you try to make it work?: Used the builder
Link to the most relevant existing thread you have found:
What specifically went wrong when you tried that?:
It is shown as a blob in Java Script
Please could you delete your other two messages and just post your button related code (or screenshots of your button component and what it looks like locally and online)?
I’ve just done some investigating and the main cause of the issue is that the border of a button in PsychoJS is now in the component’s units, rather than pixels. Have a look at this demo:
There also seems to be a separate issue about using numeric colours (which can be fixed if you remove the $) and a further issue related to using norm units. I’ll share this with the dev team.