We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451d0e5 commit bfff63fCopy full SHA for bfff63f
guides/theming.md
@@ -363,7 +363,7 @@ hue's number identifier with `-contrast`.
363
$my-palette: mat.define-palette(mat.$indigo-palette);
364
365
.my-custom-style {
366
- background: mat.get-color-from-palette($my-palette, '500');
+ background: mat.get-color-from-palette($my-palette, 500);
367
color: mat.get-color-from-palette($my-palette, '500-contrast');
368
}
369
```
0 commit comments