--
This commit is contained in:
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user