From ef672ee77f551610bea74e9be7e2b37922521082 Mon Sep 17 00:00:00 2001 From: Brigette Lundeen Date: Thu, 24 Oct 2019 15:23:35 -0700 Subject: [PATCH 1/2] updating Background 1 design token in the Red color scheme in Teams theme --- packages/react/src/themes/teams-high-contrast/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/themes/teams-high-contrast/colors.ts b/packages/react/src/themes/teams-high-contrast/colors.ts index 3941224e41..e7aa69198e 100644 --- a/packages/react/src/themes/teams-high-contrast/colors.ts +++ b/packages/react/src/themes/teams-high-contrast/colors.ts @@ -226,7 +226,7 @@ export const colorScheme: ColorSchemeMapping = { foreground2: colors.black, background: colors.white, - background1: colors.white, + background1: colors.black, background2: colors.black, background3: accessibleYellow, From ef1b26af66cc2dceb1563f5d080a7b026a4d2f27 Mon Sep 17 00:00:00 2001 From: Brigette Lundeen Date: Thu, 24 Oct 2019 15:27:27 -0700 Subject: [PATCH 2/2] adding entry to color scheme --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748ff84c62..2fb7612f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Show debug panel correctly for components with no owner @miroslavstastny ([#2055](https://github.com/stardust-ui/react/pull/2055)) - Correctly handle empty key actions in RTL @miroslavstastny ([#2060](https://github.com/stardust-ui/react/pull/2060)) - Accessibility improvements for `tree` and `splitButton` @kolaps33 ([#2032](https://github.com/stardust-ui/react/pull/2032)) +- Update color scheme values in Teams theme @codepretty ([#2063](https://github.com/stardust-ui/react/pull/2063)) ### Features - Add `menu` prop on `ToolbarMenuItem` component @mnajdova ([#1984](https://github.com/stardust-ui/react/pull/1984))