Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ define a value for `color-scheme`, then the light colors will always be applied.

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

```scss
@use '@angular/material' as mat;
Expand Down
Loading