diff --git a/src/custom/CustomImage/CustomImage.tsx b/src/custom/CustomImage/CustomImage.tsx index 3df9025b7..352205f2f 100644 --- a/src/custom/CustomImage/CustomImage.tsx +++ b/src/custom/CustomImage/CustomImage.tsx @@ -53,13 +53,14 @@ const CustomImage: React.FC = ({ src, alt, ...props }) => { background: 'transparent', boxShadow: 'none', overflow: 'auto', - maxWidth: '60rem' + maxWidth: '100%' } }} > {alt} ({ boxShadow: 'rgb(0, 211, 169) 0px 0px 7px' }, '& a': { - color: theme.palette.background.brand?.default, - margin: '0 !important' + margin: '0 !important', + '&:hover': { + color: theme.palette.background.brand?.default + } } }));