diff --git a/app/assets/stylesheets/components/sms-message.scss b/app/assets/stylesheets/components/sms-message.scss index 21dc3227c..12d98225c 100644 --- a/app/assets/stylesheets/components/sms-message.scss +++ b/app/assets/stylesheets/components/sms-message.scss @@ -65,6 +65,10 @@ } + .primary { + @include bold-19; + } + } .sms-message-use-links-with-title { diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index 77d67cc07..daa160a4b 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -18,8 +18,8 @@
{% if current_user.has_permissions(permissions=['send_texts', 'send_emails', 'send_letters']) %} - - Send {{ 'text messages' if 'sms' == template.template_type else 'emails' }} + + Send {{ 'text messages' if 'sms' == template.template_type else 'emails' }} {% endif %} {% if current_user.has_permissions(permissions=['manage_templates'], admin_override=True) %}