forked from treehouse/mastodon
[Glitch] Fix low-contrasted cancel button of reply indicator
Port 86efccce2a
to glitch-soc
rebase/4.0.0rc2
parent
08dbe29e29
commit
e7b3a4263e
|
@ -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 New Issue