File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/material/schematics/ng-generate/theme-color Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2424 "description" : " Color for neutral color palette" ,
2525 "x-prompt" : " What HEX color should be used represent the neutral color palette? (Leave blank to use generated colors from Material)"
2626 },
27+ "neutralVariantColor" : {
28+ "type" : " string" ,
29+ "description" : " Color for the neutral variant palette" ,
30+ "x-prompt" : " What HEX color should be used represent the neutral variant palette? (Leave blank to use generated colors from Material)"
31+ },
32+ "errorColor" : {
33+ "type" : " string" ,
34+ "description" : " Color for the error palette" ,
35+ "x-prompt" : " What HEX color should be used represent the error palette? (Leave blank to use generated colors from Material)"
36+ },
2737 "includeHighContrast" : {
2838 "type" : " boolean" ,
2939 "default" : false ,
You can’t perform that action at this time.
0 commit comments