From 373912b69c35e88d06cf3c898ab4f6d440bdd258 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 10 May 2025 14:43:31 +0200 Subject: [PATCH] Refactor names --- src/assets/Icons/CopyIcon.tsx | 2 +- src/styles/CoreSyncStatus.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 (