You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
when using the material schematics to generate a color theme, the resulting css file, when not creating scss, does not include the variable --mat-sys-surface-container-low (also missing in the high contrast part)
Reproduction
StackBlitz link:
Steps to reproduce:
use the schematics like ng g @angular/material:theme-color
2.enter any values
Is this a regression?
The previous version in which this bug was not present was
No response
Description
when using the material schematics to generate a color theme, the resulting css file, when not creating scss, does not include the variable --mat-sys-surface-container-low (also missing in the high contrast part)
Reproduction
StackBlitz link:
Steps to reproduce:
ng g @angular/material:theme-color
2.enter any values
Expected Behavior
the css file should include a definiton for --mat-sys-surface-container-low also in the high contrast part
Actual Behavior
variable is not present
Environment
The text was updated successfully, but these errors were encountered: