[Glitch] Fix low-contrasted cancel button of reply indicator
Port 63f6da9a9d
to glitch-soc
This commit is contained in:
parent
febaae28f4
commit
06a6f1759e
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ export default class ComposerReply extends React.PureComponent {
|
||||||
icon='times'
|
icon='times'
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
title={intl.formatMessage(messages.cancel)}
|
title={intl.formatMessage(messages.cancel)}
|
||||||
|
inverted
|
||||||
/>
|
/>
|
||||||
{account ? (
|
{account ? (
|
||||||
<AccountContainer
|
<AccountContainer
|
||||||
|
|
Loading…
Reference in a new issue