I have button with custom color in Neon version M5, like this :
public class MyButton extends AbstractLinkButton {
@Override
protected String getConfiguredForegroundColor() {
return "00B200";
}
....
}
Now when I update to M6 I have all my buttons in black.
Is this a bug? I didn't found any alternative method to set button color...