You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a bit late, but hopefully, it can help someone in the future.
There are two ways to apply the size style class to a Label, although they may not be as intuitive as one might expect.
First, Thank you for the fantastic implementation!
I just started using it and I saw the label's supported classes don't work. Here's the code:
Label lbl = new Label("some text");
lbl.getStyleClass().setAll("lbl", "h1", "lbl-primary");
but works on the Text class.
Thanks again
The text was updated successfully, but these errors were encountered: