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" +} 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