Merge pull request #344 from getmaxun/reset-cleanup
feat: recorder save panel UI consistency
This commit is contained in:
@@ -109,7 +109,7 @@ const BrowserRecordingSave = () => {
|
|||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
background: '#ff00c3',
|
background: '#ff00c3',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
borderRadius: '0px 0px 8px 8px',
|
borderRadius: '8px',
|
||||||
padding: '7.5px',
|
padding: '7.5px',
|
||||||
width: 'calc(100% - 20px)',
|
width: 'calc(100% - 20px)',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
|||||||
@@ -77,9 +77,6 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{/* <Button onClick={() => setOpenModal(true)} variant='contained' sx={{ marginRight: '20px',backgroundColor: '#ff00c3',color: 'white' }} size="small" color="success">
|
|
||||||
Finish */}
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={() => setOpenModal(true)}
|
onClick={() => setOpenModal(true)}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
|||||||
Reference in New Issue
Block a user