Merge pull request #344 from getmaxun/reset-cleanup

feat: recorder save panel UI consistency
This commit is contained in:
Karishma Shukla
2025-01-13 14:22:45 +05:30
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ const BrowserRecordingSave = () => {
position: 'absolute',
background: '#ff00c3',
border: 'none',
borderRadius: '0px 0px 8px 8px',
borderRadius: '8px',
padding: '7.5px',
width: 'calc(100% - 20px)',
overflow: 'hidden',

View File

@@ -77,9 +77,6 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
return (
<div>
{/* <Button onClick={() => setOpenModal(true)} variant='contained' sx={{ marginRight: '20px',backgroundColor: '#ff00c3',color: 'white' }} size="small" color="success">
Finish */}
<Button
onClick={() => setOpenModal(true)}
variant="outlined"