diff --git a/public/app/features/explore/TraceView/components/common/CopyIcon.tsx b/public/app/features/explore/TraceView/components/common/CopyIcon.tsx index 95bfdf9ed90..aa3e05dc04a 100644 --- a/public/app/features/explore/TraceView/components/common/CopyIcon.tsx +++ b/public/app/features/explore/TraceView/components/common/CopyIcon.tsx @@ -26,7 +26,7 @@ const getStyles = () => ({ height: '100%', overflow: 'hidden', '&:focus': { - backgroundCcolor: 'rgba(255, 255, 255, 0.25)', + backgroundColor: 'rgba(255, 255, 255, 0.25)', color: 'inherit', }, }),