TraceView: Fix icon background after making a copy of an attribute (#94402)
Fix icon color after making a copy
This commit is contained in:
@@ -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',
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user