Skip to content

Commit 81f6e20

Browse files
iamstiiljelbourn
authored andcommitted
docs: fix typo in component theming guide (#15083)
Fixes #15075
1 parent 3e935e9 commit 81f6e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming-your-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ For example:
9494
outline-color: mat-color($accent, lighter);
9595

9696
// Get a constrast color for a hue by adding `-contrast` to any other key.
97-
border-color: mat-color($primary, '100-constrast');
97+
border-color: mat-color($primary, '100-contrast');
9898
}
9999
```

0 commit comments

Comments
 (0)