feat(toolbox): Fixed background color prop custom buttons (#15529)

* feat(toolbox): fixed backgroundColor prop for custom menu buttons
This commit is contained in:
Calinteodor
2025-02-03 13:34:40 +02:00
committed by GitHub
parent 532b5858c5
commit 75c43fc8f2
4 changed files with 39 additions and 17 deletions

View File

@@ -237,6 +237,7 @@ class OverflowMenu extends PureComponent<IProps, IState> {
dispatch(customButtonPressed(id, text))
}
icon = { icon }
isToolboxButton = { false }
key = { id }
text = { text } />
))