mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 19:03:43 +01:00
[Glitch] Fix low-contrasted cancel button of reply indicator
Port 86efccce2a
to glitch-soc
This commit is contained in:
parent
08dbe29e29
commit
e7b3a4263e
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ export default class ComposerReply extends React.PureComponent {
|
|||
icon='times'
|
||||
onClick={handleClick}
|
||||
title={intl.formatMessage(messages.cancel)}
|
||||
inverted
|
||||
/>
|
||||
{account ? (
|
||||
<AccountContainer
|
||||
|
|
Loading…
Reference in a new issue