Skip to content

fix(material/datepicker): toggle button active color not showing up in M3 #31565

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crisbeto
Copy link
Member

There were two issues preventing the active styles for the datepicker toggle from showing up in M3:

  1. In M2 the inner button had a color: inherit which allowed it to inherit the color from the toggle, however in M3 the button has a specific color.
  2. The M3 tokens for the datepicker weren't setting the right color.

…n M3

There were two issues preventing the active styles for the datepicker toggle from showing up in M3:
1. In M2 the inner button had a `color: inherit` which allowed it to inherit the color from the toggle, however in M3 the button has a specific color.
2. The M3 tokens for the datepicker weren't setting the right color.
@crisbeto crisbeto requested a review from a team as a code owner July 19, 2025 07:18
@crisbeto crisbeto removed the request for review from a team July 19, 2025 07:18
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Jul 19, 2025
@crisbeto crisbeto requested review from mmalerba and ok7sai July 19, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: material/datepicker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant