Hello,
I’ve been trying to update the module's colors so it fits my website’s theme with no success so far.
import { InlineWidget } from 'react-calendly';
const MyComponent = () =>
<InlineWidget
url="{{MY_URL}}"
pageSettings={{
backgroundColor: "0A0B12"
primaryColor: "007AFF"
textColor: "FFFFFF"
}}
/>; # in front of the hex code as well as with lowercase hex codes.
