Re-add bouncing/callout animation to action buttons
This commit is contained in:
parent
548f319816
commit
3185d3ed41
5 changed files with 11 additions and 4 deletions
|
@ -21,7 +21,8 @@ import PropTypes from 'prop-types';
|
|||
const StartChatButton = function(props) {
|
||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||
return (
|
||||
<ActionButton action="start_chat"
|
||||
<ActionButton action="view_create_chat"
|
||||
mouseOverAction={props.callout ? "callout_start_chat" : null}
|
||||
label="Start chat"
|
||||
iconPath="img/icons-people.svg"
|
||||
size={props.size}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue