From 00fe9161193f4722fcf124b591fd94a8f91b46ed Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 00:41:21 +0530 Subject: [PATCH] feat: use dark pink --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 6b5d5597..14099c8f 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -112,7 +112,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se style={{ color: 'white', position: 'fixed', - background: '#3f4853', + background: '#870468', border: 'none', padding: '30px 20px', width: '100%',