Remove CustomSvg (unused)

This commit is contained in:
Nicola Benaglia 2025-05-24 12:12:25 +02:00
parent e8a09bd805
commit a996015b20
3 changed files with 2 additions and 16 deletions

View File

@ -1,14 +0,0 @@
export const CustomSvg = ({ src, color = 'black', size = 24 }) => {
return (
<svg
width={size}
height={size}
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
style={{ fill: color }}
>
{src}
</svg>
);
};

View File

@ -226,8 +226,7 @@ export const AttachmentCard = ({
width: '100%', width: '100%',
}} }}
> >
{' '} <CustomLoader />
<CustomLoader />{' '}
</Box> </Box>
)} )}
{errorMsg && ( {errorMsg && (

View File

@ -931,6 +931,7 @@ export const Thread = ({
}} }}
> >
<CustomLoader /> <CustomLoader />
<Typography <Typography
sx={{ sx={{
fontSize: '18px', fontSize: '18px',