diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-27 16:13:26 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-05-29 21:25:47 +0200 |
commit | e7b3a4263e5a22a64b7fdc3a965fa38e1935157a (patch) | |
tree | 82f0db560e4c01e7ada87fe9f92663a10a4325ed /app/javascript/flavours/glitch/features/composer | |
parent | 08dbe29e299b86d60dff326a6eb2318effb1fec5 (diff) |
[Glitch] Fix low-contrasted cancel button of reply indicator
Port 86efccce2a874d16aa783d989ff4824bcfac40b5 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/composer')
-rw-r--r-- | app/javascript/flavours/glitch/features/composer/reply/index.js | 1 |
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 |