Skip to content

Commit b582169

Browse files
committed
Issues-505: Use global primary color for email action button
1 parent 2b654ab commit b582169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vanilla/applications/dashboard/views/email/email-basic.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
margin-bottom: 15px'>{$email.message}</p>
158158
{if $email.button}
159159
<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};
160+
<a class="button" href="{$email.button.url}" style="margin: 0;padding: 0;color: #137d60;
161161
cursor: pointer;display: inline-block;" rel=" noopener noreferrer" target="_blank">{$email.button.text}</a>
162162
</div>
163163
{/if}

0 commit comments

Comments
 (0)