leemunroe/responsive-html-email-template

Button issue with Outlook on Android

dlancea opened this issue · 3 comments

It seems there's an issue with the .btn (and/or .btn-primary) class when viewing the email in Outlook on Android.

The text does not return to white on Android's version of Outlook. Also, the bottom border-radius does not match the top.

This is using the exact code from the current email.html.

Screenshot

The workaround for the text color is to include an inline style for white text in the anchor tag:

<a href="{{ url }}" style="color: #FFFFFF">Button text</a>

@dlancea Thanks! Will update soon. Or feel free to submit PR.

Is this still an issue? I wasn't able to reproduce. Closing but feel free to correct me.

image