--
This commit is contained in:
parent
b788f8f700
commit
65d4c7ecef
@ -2,8 +2,8 @@ import { Box, useTheme } from "@mui/material";
|
|||||||
|
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
color: string;
|
color?: string;
|
||||||
bgcolor: string;
|
bgcolor?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function CopyIcon({ color, bgcolor }: Props) {
|
export default function CopyIcon({ color, bgcolor }: Props) {
|
||||||
|
Loading…
Reference in New Issue
Block a user