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%',