Hi
We have an issue where the stroke width on a button is controlled by a variable. That variable is called “none” which is linked to a value of 0. This means that the stroke is there but not visible (required by our developers).

That button component is used inside other components. What happens is that here the stroke is suddenly visible:

When looking at the nested instances of the button component inside the other component, the stroke now has a width of 1 even though “none” is still selected?

I can delete the stroke from the main component and then everything looks fine. The issue is that our developers require it to be inside the design.
Any idea what is going on here?
Thanks