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()}
sx={{
position: 'absolute',
top: -10,
right: -10,
color: 'red',
p: 0,
zIndex: 1,
}}
top: -10,
right: -10,
color: 'red',
p: 0,
zIndex: 1,
}}
>
<DeleteIcon />
</IconButton>