Currently, the Calendar control does not support custom styling due to the missing className property on the ICalendarProps interface. It would be great, if this can be added, because currently a global style for the "Button" element breaks the layout of the month selection in the Calendar Control. As we do not have control over that global style, the easiest fix is to apply the change directly to the Calendar.
Currently, the Calendar control does not support custom styling due to the missing
classNameproperty on theICalendarPropsinterface. It would be great, if this can be added, because currently a global style for the "Button" element breaks the layout of the month selection in the Calendar Control. As we do not have control over that global style, the easiest fix is to apply the change directly to the Calendar.