diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index a97a67f85..db9ac5b93 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -424,7 +424,7 @@ .dashboard-mail-preview { .mail-header { - background-color: $brand; + background: #3700fd; color: #fff; padding: $line-height; text-align: center; @@ -432,6 +432,10 @@ .mail-body { text-align: justify; + + .button { + background: #3700fd; + } } } diff --git a/app/views/dashboard/mailing/index.html.erb b/app/views/dashboard/mailing/index.html.erb index a08141ac7..abca60739 100644 --- a/app/views/dashboard/mailing/index.html.erb +++ b/app/views/dashboard/mailing/index.html.erb @@ -15,14 +15,16 @@
<%= t("dashboard.mailer.forward.hi") %>
+<%= t("dashboard.mailer.forward.introduction", org: setting['org_name']) %>
+<%= t("dashboard.mailer.forward.support") %>