From 04d8aaf6ccf64c08d5a8582ef4e1b72d66617684 Mon Sep 17 00:00:00 2001 From: Miroslav Stastny Date: Tue, 30 Aug 2022 11:08:01 +0200 Subject: [PATCH 1/2] fix(react-theme): Change colorBrandForeground2 mapping in teamsDark theme --- .../react-components/react-theme/src/alias/teamsDarkColor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/react-theme/src/alias/teamsDarkColor.ts b/packages/react-components/react-theme/src/alias/teamsDarkColor.ts index 89c1ae9850e8ff..ec58fb61864f0d 100644 --- a/packages/react-components/react-theme/src/alias/teamsDarkColor.ts +++ b/packages/react-components/react-theme/src/alias/teamsDarkColor.ts @@ -35,7 +35,7 @@ export const generateColorTokens = (brand: BrandVariants): ColorTokens => ({ colorCompoundBrandForeground1Hover: brand[110], // #3aa0f3 Global.Color.Brand.110 colorCompoundBrandForeground1Pressed: brand[90], // #1890f1 Global.Color.Brand.90 colorBrandForeground1: brand[100], // #2899f5 Global.Color.Brand.100 - colorBrandForeground2: brand[110], // #3aa0f3 Global.Color.Brand.110 + colorBrandForeground2: brand[120], // #6cb8f6 Global.Color.Brand.120 colorNeutralForeground1Static: grey[14], // #242424 Global.Color.Grey.14 colorNeutralForegroundInverted: grey[14], // #242424 Global.Color.Grey.14 colorNeutralForegroundInvertedHover: grey[14], // #242424 Global.Color.Grey.14 From 7734ad88e04a8172a1b0694c55031e0e350f689a Mon Sep 17 00:00:00 2001 From: Miroslav Stastny Date: Tue, 30 Aug 2022 11:20:03 +0200 Subject: [PATCH 2/2] change file --- ...i-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@fluentui-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json diff --git a/change/@fluentui-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json b/change/@fluentui-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json new file mode 100644 index 00000000000000..32e0159ce0d3d7 --- /dev/null +++ b/change/@fluentui-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: Change colorBrandForeground2 mapping in teamsDark theme", + "packageName": "@fluentui/react-theme", + "email": "miroslav.stastny@microsoft.com", + "dependentChangeType": "patch" +}