TraceView: Fix icon background after making a copy of an attribute (#94402)

Fix icon color after making a copy
This commit is contained in:
Piotr Jamróz
2024-10-08 15:09:06 +02:00
committed by GitHub
parent f2093c9f05
commit c6387854c5
@@ -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',
},
}),