Refactor names

This commit is contained in:
Nicola Benaglia
2025-05-10 14:43:31 +02:00
parent ad19a83b04
commit 373912b69c
2 changed files with 5 additions and 5 deletions

View File

@@ -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 (
<svg
width={width}