From 94a1c1559f15e5ffe7444b76b18f0a9c5ed3b311 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 14:46:15 +0530 Subject: [PATCH] feat: set hover color same as bg --- src/components/molecules/InterpretationLog.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 3e6626cf..4ca87b5b 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -122,6 +122,9 @@ export const InterpretationLog: React.FC = ({ isOpen, se bottom: 0, overflow: 'hidden', justifyContent: 'flex-start', + '&:hover': { + backgroundColor: '#ff00c3', + }, }} > Output Data Preview