We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b654ab commit b582169Copy full SHA for b582169
vanilla/applications/dashboard/views/email/email-basic.tpl
@@ -157,7 +157,7 @@
157
margin-bottom: 15px'>{$email.message}</p>
158
{if $email.button}
159
<div style="margin: 0;padding: 0; text-align: center">
160
- <a class="button" href="{$email.button.url}" style="margin: 0;padding: 0;color: {$email.button.textColor};
+ <a class="button" href="{$email.button.url}" style="margin: 0;padding: 0;color: #137d60;
161
cursor: pointer;display: inline-block;" rel=" noopener noreferrer" target="_blank">{$email.button.text}</a>
162
</div>
163
{/if}
0 commit comments