feat: set del icon font size 40

This commit is contained in:
karishmas6
2024-10-10 07:35:01 +05:30
parent 4fc9b02b32
commit 5fc0d7a7d4

View File

@@ -477,7 +477,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
zIndex: 1, zIndex: 1,
}} }}
> >
<DeleteIcon /> <DeleteIcon sx={{ fontSize: 40 }} />
</IconButton> </IconButton>
)} )}
<TextField <TextField