From 021671af9a3ba187d299b20079e67bdb2a3d1d4d Mon Sep 17 00:00:00 2001 From: Miki Date: Mon, 3 Jul 2023 15:32:05 -0700 Subject: [PATCH 1/3] Add `color-scheme` to the root styling (#4477) Signed-off-by: Miki --- CHANGELOG.md | 1 + src/core/server/rendering/views/styles.tsx | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afd9d3f1eae..f7a803e42836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Add configurable defaults and overrides to uiSettings ([#4344](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4344)) - Introduce new fonts for the Next theme ([#4381](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4381)) - Bump OUI to `1.1.2` to make `anomalyDetection` icon available ([#4408](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4408)) +- Add `color-scheme` to the root styling ([#4477](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4477)) - [Multiple DataSource] Frontend support for adding sample data ([#4412](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4412)) ### 🐛 Bug Fixes diff --git a/src/core/server/rendering/views/styles.tsx b/src/core/server/rendering/views/styles.tsx index b3b5e5e5486c..29047067efe9 100644 --- a/src/core/server/rendering/views/styles.tsx +++ b/src/core/server/rendering/views/styles.tsx @@ -43,6 +43,9 @@ export const Styles: FunctionComponent = ({ darkMode }) => {