feat: increase top & right to -5px
This commit is contained in:
@@ -470,8 +470,8 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
onClick={() => handlePairDelete()}
|
onClick={() => handlePairDelete()}
|
||||||
sx={{
|
sx={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: -10,
|
top: -15,
|
||||||
right: -10,
|
right: -15,
|
||||||
color: 'red',
|
color: 'red',
|
||||||
p: 0,
|
p: 0,
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user