Skip to content

Commit

Permalink
Split button/primary hc fix (microsoft#25066)
Browse files Browse the repository at this point in the history
* removing background from menu button in Primary SplitButton

* change file
  • Loading branch information
sopranopillow authored and NotWoods committed Nov 18, 2022
1 parent 0ef53c1 commit 6dc23aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: Removing background color for Primary SplitButton's menu button in HCM.",
"packageName": "@fluentui/react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/react/src/components/Button/ButtonThemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export function primaryStyles(theme: ITheme): IButtonStyles {
color: s.primaryButtonText,
selectors: {
[HighContrastSelector]: {
backgroundColor: 'WindowText',
backgroundColor: 'Canvas',
},
':hover': {
backgroundColor: s.primaryButtonBackgroundHovered,
Expand Down

0 comments on commit 6dc23aa

Please sign in to comment.