-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure theme doesn't work with new DatePicker/Calendar #17156
Comments
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
packages/azure-themes/src/azure/styles/DatePicker.styles.ts
relies on the old global classNames for styling overrides, so Azure styling of the DatePicker/Calendar will be broken in v8 until this is fixed.The best immediate solution is probably to update the theme to include overrides for individual sub-components as described in #15646.
The text was updated successfully, but these errors were encountered: