feat: wrap del icon inside circle

This commit is contained in:
karishmas6
2024-10-10 07:40:11 +05:30
parent b8c064efa0
commit 6175374165

View File

@@ -475,6 +475,9 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
color: 'red',
p: 0,
zIndex: 1,
boxShadow: '0px 4px 10px rgba(0, 0, 0, 0.2)',
backgroundColor: 'white',
borderRadius: '50%',
}}
>
<DeleteIcon sx={{ fontSize: 40 }} />