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