Really nice theme.
There is a small typo in the cards sample code:
HorizontalLayout card5 = new HorizontalLayout();
card4.addStyleName(MaterialTheme.CARD_5); ← card4
-Simone
Really nice theme.
There is a small typo in the cards sample code:
HorizontalLayout card5 = new HorizontalLayout();
card4.addStyleName(MaterialTheme.CARD_5); ← card4
-Simone
Thank you very much for your feedback and for the hint! I have corrected the typo.