bootstrapfx icon indicating copy to clipboard operation
bootstrapfx copied to clipboard

size classes don't work on Label

Open Moubassher opened this issue 3 years ago • 1 comments

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

Moubassher avatar Nov 02 '22 14:11 Moubassher