What you see in the video below worked well in the alpha version, but the problem was that the dynamic data style included the button text.
In the beta version, styling is not applied properly. For example, padding, typography, and background color are applied, but width and height are not. On the other hand, styling is displayed in the Builder, but not in the frontend. Am I doing something wrong? Or is there a problem?
after reviewing this report, I come to the conclusion that it’s the same issue as you already reported it here for alpha:
The selector does not work on the frontend, because the structure is a bit different. And the “width” does not work (even in the builder), because the <span> element you are targeting, is not display:block or similar.
But, as the issue is basically the same as the one in the other topic, I’ll close this one and mark it as duplicate.