After generating an MUI component from Mui DatePicker, I encountered the following code:
<span class="my-theme-MuiTypography-root my-theme-MuiTypography-caption my-theme-MuiDayCalendar-weekdayLabel css-1mln09i-MuiTypography-root-MuiDayCalendar-weekdayLabel" role="columnheader" aria-label="Wednesday">W</span>
This code represents the header for the "day of the week" in the calendar. However, due to a conflict in my theme, the text color matches the background color, making it invisible. How can I override the theme to change the text color in this nested component generated with the theme prefix "my-theme"?