bug(schematics/theme-color): css file generation does not include --mat-sys-surface-container-low #30948
Labels
area: ng-generate
Schematics that generate code in user projects
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Uh oh!
There was an error while loading. Please reload this page.
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: