nhagen / react-intercom

A component to configure and enable Intercom in your react application
MIT License
237 stars 72 forks source link

customise the styling of intercom #66

Closed tanakachitsamba closed 5 years ago

tanakachitsamba commented 5 years ago

Hi, I was wondering if there was a way of customing the styling the intercom so that we can add our company branding

quantafire commented 5 years ago

I was wondering the same. As per this page: https://www.intercom.com/help/configure-intercom/customize-the-intercom-messenger/customize-the-intercom-messenger-technical

nhagen commented 5 years ago

If this was not supported by 1.0, this should definitely be supported in 2.0. See #73 for more details, and let me know if you're able to do what you need to do using that version.

You should now be able to pass options like this:

        <ReactIntercom
          app_id="xsdvb1w1"
          vertical_padding="400"
          action_color="purple" />