asnunes / notion-page-to-html

NodeJS tool to convert public Notion pages to HTML from page ID
MIT License
163 stars 45 forks source link

fix grey_background at color-to-hex.ts #8

Closed dianait closed 3 years ago

dianait commented 3 years ago

👋 This fixes the grey-background in backgroundColorsToHex at color-to-hex.js which pointed to a red color.

asnunes commented 3 years ago

Hi, @DianaIT! I updated the tests to pass with this change and I am now merging it and releasing a new npm version. Thank you for your contribution!