Skip to content

Commit 06a93da

Browse files
authored
docs: correct color-scheme syntax in theming guide (#31822)
1 parent 5a1a0ba commit 06a93da

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)