Remove CustomSvg (unused)

This commit is contained in:
Nicola Benaglia 2025-05-24 12:12:25 +02:00
parent ac4500027e
commit 5546ffdd7a
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%',
}}
>
{' '}
<CustomLoader />{' '}
<CustomLoader />
</Box>
)}
{errorMsg && (

View File

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