From f2848503932461772cbe583e25a335b5d1dde0f2 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 23 Sep 2024 16:11:54 -0700 Subject: [PATCH] changelog --- packages/eui/changelogs/upcoming/8036.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/8036.md diff --git a/packages/eui/changelogs/upcoming/8036.md b/packages/eui/changelogs/upcoming/8036.md new file mode 100644 index 000000000000..3e47054f021f --- /dev/null +++ b/packages/eui/changelogs/upcoming/8036.md @@ -0,0 +1,3 @@ +- Updated `EuiProvider` `and `EuiThemeProvider` with a new `highContrastMode` + - This prop allows toggling a higher contrast visual style that primarily affects borders and shadows + - On `EuiProvider`, if the `highContrastMode` prop is not passed, this setting will inherit from the user's OS/system light/dark mode setting