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

Port 63f6da9a9d to glitch-soc
lolsob-rspec
Thibaut Girka 2018-05-27 16:13:26 +02:00 committed by ThibG
parent febaae28f4
commit 06a6f1759e
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