Skip to content

Commit d2a6417

Browse files
authored
Merge branch 'angular:main' into stepper-tweak
2 parents 84a54a5 + 06a93da commit d2a6417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ define a value for `color-scheme`, then the light colors will always be applied.
266266

267267
You can define `color-scheme: light` or `color-scheme: dark` to explicitly
268268
define your application’s mode. To set the mode depending on the user’s system
269-
preferences, use `color-scheme: light-dark` as shown in the following example:
269+
preferences, use `color-scheme: light dark` as shown in the following example:
270270

271271
```scss
272272
@use '@angular/material' as mat;

0 commit comments

Comments
 (0)