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,
|
||||
overflow: 'hidden',
|
||||
justifyContent: 'flex-start',
|
||||
'&:hover': {
|
||||
backgroundColor: '#ff00c3',
|
||||
},
|
||||
}}
|
||||
>
|
||||
Output Data Preview
|
||||
|
||||
Reference in New Issue
Block a user