feat: set color error

This commit is contained in:
karishmas6
2024-10-20 03:36:17 +05:30
parent 58af753689
commit c484cbaf63

View File

@@ -36,7 +36,7 @@ const BrowserRecordingSave = () => {
display: 'flex', display: 'flex',
justifyContent: 'space-between', justifyContent: 'space-between',
}}> }}>
<Button onClick={goToMainMenu} variant="outlined" sx={{ marginLeft: "20px" }} size="small"> <Button onClick={goToMainMenu} variant="outlined" sx={{ marginLeft: "20px" }} size="small" color="error">
Discard Discard
</Button> </Button>
<SaveRecording fileName={recordingName} /> <SaveRecording fileName={recordingName} />