diff --git a/src/configuration/ConfigurationPage.tsx b/src/configuration/ConfigurationPage.tsx index 2704cd8be..a4acc419e 100644 --- a/src/configuration/ConfigurationPage.tsx +++ b/src/configuration/ConfigurationPage.tsx @@ -76,8 +76,10 @@ const useStyles = makeStyles( margin: 0 }, icon: { - color: theme.palette.primary.main, - fontSize: 48 + fontSize: 48, + "& path":{ + fill:theme.palette.primary.main, + } }, sectionDescription: {}, sectionTitle: { diff --git a/src/home/components/HomePage/HomePage.tsx b/src/home/components/HomePage/HomePage.tsx index ff0dd069a..f4015a240 100644 --- a/src/home/components/HomePage/HomePage.tsx +++ b/src/home/components/HomePage/HomePage.tsx @@ -34,7 +34,12 @@ const useStyles = makeStyles( [theme.breakpoints.down("xs")]: { gridTemplateColumns: "1fr" } - } + }, + icon: { + "& path":{ + fill:theme.palette.primary.main, + } + }, }), { name: "HomePage" } ); @@ -86,7 +91,7 @@ const HomePage: React.FC = props => {
} + icon={} > {sales ? ( @@ -96,7 +101,7 @@ const HomePage: React.FC = props => { } + icon={} > {orders === undefined ? (