feat: remove black bg from form

This commit is contained in:
karishmas6
2024-08-29 23:21:08 +05:30
parent 2439534eb6
commit da51f6a4d7

View File

@@ -143,7 +143,7 @@ export const InterpretationLog = () => {
height: '50vh',
overflow: 'none',
padding: '10px',
background: '#19171c',
}}>
<Highlight className="javascript">
{log}