chore: prettier

This commit is contained in:
karishmas6
2024-10-10 07:27:37 +05:30
parent 609e5943a8
commit ff099741a5

View File

@@ -470,12 +470,12 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
onClick={() => handlePairDelete()} onClick={() => handlePairDelete()}
sx={{ sx={{
position: 'absolute', position: 'absolute',
top: -10, top: -10,
right: -10, right: -10,
color: 'red', color: 'red',
p: 0, p: 0,
zIndex: 1, zIndex: 1,
}} }}
> >
<DeleteIcon /> <DeleteIcon />
</IconButton> </IconButton>