Use StyledRadioGroup
This commit is contained in:
parent
fb953ade8e
commit
f64ef65f97
7 changed files with 72 additions and 147 deletions
|
@ -121,10 +121,12 @@ const EmojiButton = ({addEmoji}) => {
|
|||
"mx_MessageComposer_button",
|
||||
"mx_MessageComposer_emoji",
|
||||
{
|
||||
"mx_RightPanel_headerButton_highlight": menuDisplayed,
|
||||
"mx_MessageComposer_button_highlight": menuDisplayed,
|
||||
},
|
||||
);
|
||||
|
||||
// TODO: replace ContextMenuTooltipButton with a unified representation of
|
||||
// the header buttons and the right panel buttons
|
||||
return <React.Fragment>
|
||||
<ContextMenuTooltipButton
|
||||
className={className}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue