about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-27 16:13:26 +0200
committerThibG <thib@sitedethib.com>2018-05-29 21:25:47 +0200
commite7b3a4263e5a22a64b7fdc3a965fa38e1935157a (patch)
tree82f0db560e4c01e7ada87fe9f92663a10a4325ed /app
parent08dbe29e299b86d60dff326a6eb2318effb1fec5 (diff)
[Glitch] Fix low-contrasted cancel button of reply indicator
Port 86efccce2a874d16aa783d989ff4824bcfac40b5 to glitch-soc
Diffstat (limited to 'app')
-rw-r--r--app/javascript/flavours/glitch/features/composer/reply/index.js1
1 files changed, 1 insertions, 0 deletions
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 ? (
             <AccountContainer