-
Notifications
You must be signed in to change notification settings - Fork 6.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
feat(material-experimental/theming): add M3 button tokens #28375
Conversation
/// Generates custom tokens for the mat-icon-button. | ||
/// @param {Map} $systems The MDC system tokens | ||
/// @param {Boolean} $exclude-hardcoded Whether to exclude hardcoded token values | ||
/// @return {Map} A set of custom tokens for the mat-icon-button | ||
@function icon-button($systems, $exclude-hardcoded) { | ||
@return ( | ||
state-layer-color: map.get($systems, md-sys-color, on-surface-variant), | ||
disabled-state-layer-color: map.get($systems, md-sys-color, on-surface-variant), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated change. I noticed that we weren't emitting this token.
6863412
to
5fd5e4c
Compare
Sets up the tokens for the M3 buttons.
5fd5e4c
to
47200d3
Compare
Deployed dev-app for 47200d3 to: https://ng-dev-previews-comp--pr-angular-components-28375-dev-x50vbv21.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sets up the tokens for the M3 buttons.