Hello fellow Devs! I am trying to change the default TextStyle for the days and weekdays in the Material 3 DatePicker component. However I stumbled on an issue where the material devs state that this wasn't allowed on purpose, so they suggested a workaround by wrapping the DatePicker in the MaterialTheme compositionLocal class and changing the TextStyle. I did that and it worked, but it introduced another problem, and the problem is that the colors for the selectedDayContent and selectedYearContent do not change. They remain the same when the states have changed like when the dates/year are selected or when they're disabled. They do not reflect, every other thing works like the containers but the text has a problem.