From 06a6f1759eaa30364f027717f0bfd74bf5609cf7 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sun, 27 May 2018 16:13:26 +0200 Subject: [PATCH] [Glitch] Fix low-contrasted cancel button of reply indicator Port 63f6da9a9dd3e557db86ec0f0bf1a6b65c00ea4c to glitch-soc --- app/javascript/flavours/glitch/features/composer/reply/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/features/composer/reply/index.js b/app/javascript/flavours/glitch/features/composer/reply/index.js index 0b8ceddeea..0500a75d0e 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 ? (