feat: set hover color same as bg
This commit is contained in:
@@ -122,6 +122,9 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
bottom: 0,
|
bottom: 0,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
justifyContent: 'flex-start',
|
justifyContent: 'flex-start',
|
||||||
|
'&:hover': {
|
||||||
|
backgroundColor: '#ff00c3',
|
||||||
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Output Data Preview
|
Output Data Preview
|
||||||
|
|||||||
Reference in New Issue
Block a user