diff --git a/frontend/src/component/executiveDashboard/componentsStat/FlagStats/FlagStats.tsx b/frontend/src/component/executiveDashboard/componentsStat/FlagStats/FlagStats.tsx index 005d26907e..9c6e77da34 100644 --- a/frontend/src/component/executiveDashboard/componentsStat/FlagStats/FlagStats.tsx +++ b/frontend/src/component/executiveDashboard/componentsStat/FlagStats/FlagStats.tsx @@ -1,4 +1,4 @@ -import Settings from '@mui/icons-material/Settings'; +import Icon from '@mui/material/Icon'; import { Box, Typography, styled } from '@mui/material'; import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender'; @@ -57,11 +57,12 @@ const StyledFlagCountPerUser = styled(Typography)(({ theme }) => ({ fontSize: theme.fontSizes.mainHeader, })); -const StyledSettingsIcon = styled(Settings)(({ theme }) => ({ +const StyledIcon = styled(Icon)(({ theme }) => ({ color: theme.palette.primary.main, width: '15px', height: '15px', marginRight: theme.spacing(0.5), + fontSize: '15px!important', })); interface IFlagStatsProps { @@ -87,7 +88,7 @@ export const FlagStats: React.FC = ({ - + award_star