fix(material/datepicker): improve comparison range colors#33314
fix(material/datepicker): improve comparison range colors#33314EduardF1 wants to merge 2 commits into
Conversation
Use clearer default colors for Material 3 date range comparison and overlap states so comparison ranges remain distinguishable across default themes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
@googlebot I signed it! |
|
Hi — I've signed the CLA but the check still shows as failing. Could someone re-trigger the CLA verification? Thanks! |
|
Hi! Could I request a review from @mmalerba and @wagnermaciel? You've both been very active reviewing Material datepicker changes. Thanks! |
|
I have signed the Google CLA (email: fischerszavaeduard@gmail.com). Could a maintainer please re-run the CLA check? Thank you! |
…olors Replace hardcoded hex colors with appropriate M3 system tokens to maintain theme adaptability across light/dark/custom themes while improving contrast between comparison and primary selection ranges. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
I have signed the Google CLA. |
Fixes #31663
Summary
datepicker-date-range-colors.Validation
pnpm exec stylelint "src/material/datepicker/_m3-datepicker.scss" --config .stylelintrc.jsonpnpm exec sass --load-path=node_modules src/material/datepicker/_m3-datepicker.scsspnpm exec prettier --check src/material/datepicker/_m3-datepicker.scssgit diff --checkNote:
pnpm -s ng-dev format changed --checkfailed locally before checking files with an ng-dev spawnSync error on Node.js v24.15.0; direct Prettier validation passed.