feat: set variant and color

This commit is contained in:
karishmas6
2024-08-06 01:41:43 +05:30
parent 34df84e867
commit ceb250c533

View File

@@ -100,7 +100,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
<Box display="flex" flexDirection="column" gap={2}>
<Button variant="contained" onClick={() => captureScreenshot(true)}>Capture Fullpage</Button>
<Button variant="contained" onClick={() => captureScreenshot(false)}>Capture Visible Part</Button>
<Button variant="contained" onClick={stopGetScreenshot}>Stop Capture Screenshot</Button>
<Button variant="outlined" color="error" onClick={stopGetScreenshot}>Stop Capture Screenshot</Button>
</Box>
)}
</Box>