feat: set hover color same as bg

This commit is contained in:
karishmas6
2024-10-19 14:46:15 +05:30
parent bbee3ae655
commit 94a1c1559f

View File

@@ -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