diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 8c0ec3f5269f94061ac6e54ff65d717ed5dbb996..e5588e11b41a1f0b2192df84bbfc3aefa23fd88c 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -70,7 +70,7 @@
         .title
           %label Notifications
         - subscribtion_status = subscribed ? 'subscribed' : 'unsubscribed'
-        %button.btn.btn-block.subscribe-button{:type => 'button'}
+        %button.btn.btn-block.btn-gray.subscribe-button{:type => 'button'}
           %span= subscribed ? 'Unsubscribe' : 'Subscribe'
         .subscription-status{data: {status: subscribtion_status}}
           .unsubscribed{class: ( 'hidden' if subscribed )}