mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-19 08:31:44 +01:00
[Glitch] Fix low-contrasted cancel button of reply indicator
Port 86efccce2a874d16aa783d989ff4824bcfac40b5 to glitch-soc
This commit is contained in:
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…
x
Reference in New Issue
Block a user