-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Describe the feature that you would like added
I'm using package @uifabric/date-time with version 7.8.97. I can only pass in styles for 5 elements (root, divider, goTodayButton, monthPickerWrapper, liveRegion). But I also want to have my own styles for others, like previous/next button, all the date/month buttons, as well as pressed and hovered background colors for these buttons. I can see there is a style interface IButtonStyles which allows us to set all the styles we need. I think a possible way could be replacing the type IStyle with IButtonStyles for the buttons, and also adding other buttons in ICalendarStyles. Do you have plan to make this calendar control expose more for style customizations?
What component or utility would this be added to
date picker calendar
Have you discussed this feature with our team, and if so, who
No
Additional context/screenshots
In the below screenshot, I have changed the text color and background color of root, but the current month button and current date button background color is still using the default color (theme colors). It doesn't allow me to set the color.
