This commit is contained in:
krokodilka 2023-04-26 20:52:24 +03:00
parent b788f8f700
commit 65d4c7ecef

@ -2,8 +2,8 @@ import { Box, useTheme } from "@mui/material";
interface Props {
color: string;
bgcolor: string;
color?: string;
bgcolor?: string;
}
export default function CopyIcon({ color, bgcolor }: Props) {