[Glitch] Fix low-contrasted cancel button of reply indicator

Port 86efccce2a to glitch-soc
This commit is contained in:
Thibaut Girka 2018-05-27 16:13:26 +02:00 committed by ThibG
parent 08dbe29e29
commit e7b3a4263e
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ export default class ComposerReply extends React.PureComponent {
icon='times'
onClick={handleClick}
title={intl.formatMessage(messages.cancel)}
inverted
/>
{account ? (
<AccountContainer