Skip to content

Commit 817814a

Browse files
fix(react-theme): Change colorBrandForeground2 mapping in teamsDark theme (#24579)
* fix(react-theme): Change colorBrandForeground2 mapping in teamsDark theme * change file
1 parent 2e140cb commit 817814a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: Change colorBrandForeground2 mapping in teamsDark theme",
4+
"packageName": "@fluentui/react-theme",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/react-theme/src/alias/teamsDarkColor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const generateColorTokens = (brand: BrandVariants): ColorTokens => ({
3535
colorCompoundBrandForeground1Hover: brand[110], // #3aa0f3 Global.Color.Brand.110
3636
colorCompoundBrandForeground1Pressed: brand[90], // #1890f1 Global.Color.Brand.90
3737
colorBrandForeground1: brand[100], // #2899f5 Global.Color.Brand.100
38-
colorBrandForeground2: brand[110], // #3aa0f3 Global.Color.Brand.110
38+
colorBrandForeground2: brand[120], // #6cb8f6 Global.Color.Brand.120
3939
colorNeutralForeground1Static: grey[14], // #242424 Global.Color.Grey.14
4040
colorNeutralForegroundInverted: grey[14], // #242424 Global.Color.Grey.14
4141
colorNeutralForegroundInvertedHover: grey[14], // #242424 Global.Color.Grey.14

0 commit comments

Comments
 (0)