From: Eugen Rochko Date: Fri, 3 May 2019 18:44:20 +0000 (+0200) Subject: Change font weight of sensitive button to 500 (#10682) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=63b1388fefff9414c2d0f9883f2d33f7c73284c6;p=mastodon.git Change font weight of sensitive button to 500 (#10682) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index c1466aa88..2326dee38 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -267,6 +267,11 @@ &__sensitive-button { padding: 10px; padding-top: 0; + + .icon-button { + font-size: 14px; + font-weight: 500; + } } .compose-form__warning {