From 6dac0c2415eea7ad34e67f5dd7ef3d724ce79d3d Mon Sep 17 00:00:00 2001 From: Johnn Mis Date: Tue, 16 Mar 2021 08:58:37 -0600 Subject: [PATCH] Replacing overall instead of granular colors Signed-off-by: Johnn Mis --- packages/core/src/components/SupportButton/SupportButton.tsx | 5 +---- packages/theme/src/themes.ts | 3 +-- .../scaffolder/src/components/TemplateCard/TemplateCard.tsx | 5 +---- 3 files changed, 3 insertions(+), 10 deletions(-) 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) => {