From c0863b02355e5681c8e71c02b6c7c919e05e2c7d Mon Sep 17 00:00:00 2001 From: Walter Breakell Date: Wed, 3 Sep 2025 16:47:27 -0700 Subject: [PATCH] docs: correct color-scheme syntax in theming guide --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index 6b70dca2deda..78a285cc62a3 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -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;