gergely-nagy / react-pricing-table

:euro: Fast, flexible, simple pricing tables in React.
MIT License
24 stars 13 forks source link

fix(PricingSlot): correct detection of header's highlight colour #10

Closed Coriou closed 5 years ago

Coriou commented 5 years ago

Because it used to rely on an element's ID to apply highlight colour from the PricingSlot child, it caused bugs when multiple PricingTables where present on the same document. This commit fixes this behaviour by using a style object rather than using document.getElementByID which was causing the bug

EDIT: new PR because I messed up, this one is clean