Added some styling

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-12 17:06:02 +01:00
parent 97f5b6920c
commit 130e4f7bfd
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 25 additions and 3 deletions

View file

@ -53,7 +53,7 @@ ComposerAvatar.propTypes = {
function SendButton(props) {
return (
<AccessibleTooltipButton
className="mx_MessageComposer_button mx_MessageComposer_sendMessage"
className="mx_MessageComposer_sendMessage"
onClick={props.onClick}
title={_t('Send message')}
/>