-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 3.1.1
-
None
Steps to Reproduce
DefaultCalendarItem colorItem = new DefaultCalendarItem.Builder() .withTitle("blue") .withContent("yellow") .withBegin(day1.withHour(2)) .withEnd(day1.withHour(4)) .withHeaderColor("blue") .withContentColor("yellow") .withSclass("colored") .withZoneId(defaultZoneId) .build(); model.add(colorItem);
Current Result
doesn't render specified color on the item
Expected Result
render specified color on the item
- is duplicated by
-
ZKCAL-100 Calendar item header and content color is not applied correctly
-
- Closed
-