feat: set marginTop to 12px

This commit is contained in:
karishmas6
2024-10-25 21:26:04 +05:30
parent a89a525bd2
commit 6c73434209

View File

@@ -24,7 +24,7 @@ const BrowserRecordingSave = () => {
<Grid container>
<Grid item xs={12} md={3} lg={3}>
<div style={{
marginTop: '10px',
marginTop: '12px',
// marginLeft: '10px',
color: 'white',
position: 'absolute',