Skip to content

Commit 05ce878

Browse files
committed
fix capitalization
1 parent e5738b8 commit 05ce878

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/data/material/customization/palette

docs/data/material/customization/palette/palette.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ The `contrastThreshold` parameter can produce counterproductive results.\
313313
Please verify that the [APCA](https://contrast.tools/?tab=apca) color contrast is improved (WCAG 3 [will use](https://typefully.com/DanHollick/wcag-3-and-apca-sle13GMW2Brp) this new algorithm).
314314
:::
315315

316-
### Windows High Contrast Mode
316+
### Windows High Contrast mode
317317

318-
To improve component visibility in Windows High Contrast Mode (also known as [Forced Colors](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/forced-colors)), use the `enhanceHighContrast` theme enhancer.
318+
To improve component visibility in Windows High Contrast mode (also known as [Forced Colors](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/forced-colors)), use the `enhanceHighContrast` theme enhancer.
319319
It follows the same pattern as `responsiveFontSizes`: it accepts a fully-created theme and returns an enhanced version of it with `@media (forced-colors: active)` overrides applied to the affected components.
320320

321321
```js

0 commit comments

Comments
 (0)