We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb52c2 commit dd410bbCopy full SHA for dd410bb
2 files changed
src/components/HelpScout/index.tsx
@@ -166,10 +166,10 @@ interface Props extends ProviderProps {
166
}
167
168
const HelpScout = ({
169
- color = '#976ad4',
170
- icon = 'beacon',
+ color = '#527ceb',
+ icon = 'message',
171
zIndex = '1050',
172
- horizontalPosition = 'left',
+ horizontalPosition = 'right',
173
containerClass = ClassNames.container
174
}: Props): JSX.Element | null => {
175
const [state, loadChat] = useChat({ loadWhenIdle: true })
website/pages/helpscout.tsx
@@ -25,7 +25,7 @@ const Page: NextPage = () => (
25
<ExampleLinks />
26
</div>
27
28
- <HelpScout color="#527ceb" />
+ <HelpScout />
29
</Layout>
30
</LiveChatLoaderProvider>
31
)
0 commit comments