eladnava/mailgen

Type issue for Button

bussedesigngb opened this issue · 1 comments

Documentation states that color is optional for Button but type file defines it to be mandatory.

See

color: '#22BC66', // Optional action button color

And type definition

interface Button { color: string; text: string; link: string; }

Hi @bussedesigngb,
Thanks so much for reporting this issue.

This has now been resolved in 65e0988 and published to npm in version 2.0.24.