feat: set boxShadow to 5px

This commit is contained in:
karishmas6
2024-10-10 07:40:31 +05:30
parent 6175374165
commit 81011535b6

View File

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