react-email
react-email copied to clipboard
Button component custom styles are duplicated on the tree
Path: /components/button
The styles applied on the button are duplicated. Upon checking the rendered code, it looks like the style applied is written on both the and tags.
Notice the border radius of 8px getting rendered weird due to this.
A few of the duplicated styles are needed for Outlook, but this is definitely a bug where the border is also duplicated. Thanks for reporting.
Seems like this is fixed as of latest Button versions.