diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index c8ff22db..0d660e5e 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -119,6 +119,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se variant="contained" color="primary" sx={{ + marginTop: '10px', color: 'white', position: 'absolute', background: '#ff00c3',