feat: increase top & right to -5px

This commit is contained in:
karishmas6
2024-10-10 07:36:17 +05:30
parent 5fc0d7a7d4
commit b8c064efa0

View File

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