diff --git a/src/assets/Icons/CopyIcon.tsx b/src/assets/Icons/CopyIcon.tsx index d4581c2..6029cd8 100644 --- a/src/assets/Icons/CopyIcon.tsx +++ b/src/assets/Icons/CopyIcon.tsx @@ -2,8 +2,8 @@ import { useTheme } from '@mui/material'; export const CopyIcon = ({ color, height = 11, width = 10 }) => { const theme = useTheme(); - const setColor = color ? color : theme.palette.text.primary; + return (