diff --git a/packages/core/src/components/SupportButton/SupportButton.tsx b/packages/core/src/components/SupportButton/SupportButton.tsx index eea2b000ca..0afc2eea1f 100644 --- a/packages/core/src/components/SupportButton/SupportButton.tsx +++ b/packages/core/src/components/SupportButton/SupportButton.tsx @@ -43,6 +43,9 @@ const useStyles = makeStyles(theme => ({ minWidth: 260, maxWidth: 400, }, + primary: { + color: theme.palette.primary.light, + }, })); const SupportIcon = ({ icon }: { icon: string | undefined }) => { @@ -98,7 +101,7 @@ export const SupportButton = ({ children }: PropsWithChildren) => {