From: Anthony Bellew Date: Thu, 26 Jan 2017 10:07:02 +0000 (-0700) Subject: Removed line break before spoiler link, changed color of bg for spoiler link X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=589837cfc71c8676d03f31358f31c41b9c59a95d;p=mastodon.git Removed line break before spoiler link, changed color of bg for spoiler link --- diff --git a/app/assets/javascripts/components/components/status_content.jsx b/app/assets/javascripts/components/components/status_content.jsx index 619d8e2a6..ded98c1cd 100644 --- a/app/assets/javascripts/components/components/status_content.jsx +++ b/app/assets/javascripts/components/components/status_content.jsx @@ -87,7 +87,7 @@ const StatusContent = React.createClass({ const content = { __html: emojify(status.get('content')) }; const spoilerContent = { __html: emojify(status.get('spoiler_text', '')) }; const spoilerStyle = { - backgroundColor: '#fff', + backgroundColor: '#616b86', borderRadius: '4px', color: '#363c4b', fontWeight: '500', @@ -103,8 +103,7 @@ const StatusContent = React.createClass({ return (