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 2b1de4b commit d410044Copy full SHA for d410044
guides/theming-your-components.md
@@ -93,7 +93,7 @@ For example:
93
// Get a relative color for a hue ('lighter' or 'darker')
94
outline-color: mat-color($accent, lighter);
95
96
- // Get a constrast color for a hue by adding `-contrast` to any other key.
+ // Get a contrast color for a hue by adding `-contrast` to any other key.
97
border-color: mat-color($primary, '100-contrast');
98
}
99
```
0 commit comments