I’ve set “transform” settings for a button within a component (I tried both px and % to make it wide) In the studio I set width to 680px and height to 40px.
Then I export UI files. I make sure to remove all ‘ui’ files before export, so I’m sure that the files are freshly generated. Unfortunately, the code is not updated, it is stuck to the previous value of 300x30.
I have only one component in the project, so there is no ambiguity about this being the one I changed in the studio.
The weird part is that it kept the initial transform value i changed the previous day, this is not the default size of button, but refuses to update it.
I delete and recreated the component to make it work.