We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
As per Material 3 guidelines, container-color should use value surface-container-high token, but it's using value surface token.
container-color
surface-container-high
surface
We can override it by using dialog-overrides mixin like below:
dialog-overrides
@include mat.dialog-overrides(( container-color: var(--mat-sys-surface-container-high), ));
But, it should be the default behaviour as per Material 3 specs.
Not needed
As per Material 3 guidelines, container-color should use value surface-container-high token.
Dialog's container-color is using value surface token.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a regression?
The previous version in which this bug was not present was
No response
Description
As per Material 3 guidelines,
container-color
should use valuesurface-container-high
token, but it's using valuesurface
token.We can override it by using
dialog-overrides
mixin like below:But, it should be the default behaviour as per Material 3 specs.
Reproduction
Not needed
Expected Behavior
As per Material 3 guidelines,
container-color
should use valuesurface-container-high
token.Actual Behavior
Dialog's
container-color
is using valuesurface
token.Environment
The text was updated successfully, but these errors were encountered: