From e7b3a4263e5a22a64b7fdc3a965fa38e1935157a Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sun, 27 May 2018 16:13:26 +0200 Subject: [Glitch] Fix low-contrasted cancel button of reply indicator Port 86efccce2a874d16aa783d989ff4824bcfac40b5 to glitch-soc --- app/javascript/flavours/glitch/features/composer/reply/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/flavours/glitch/features/composer') diff --git a/app/javascript/flavours/glitch/features/composer/reply/index.js b/app/javascript/flavours/glitch/features/composer/reply/index.js index 0b8ceddee..0500a75d0 100644 --- a/app/javascript/flavours/glitch/features/composer/reply/index.js +++ b/app/javascript/flavours/glitch/features/composer/reply/index.js @@ -58,6 +58,7 @@ export default class ComposerReply extends React.PureComponent { icon='times' onClick={handleClick} title={intl.formatMessage(messages.cancel)} + inverted /> {account ? (