feat: set boxShadow to 5px
This commit is contained in:
@@ -475,7 +475,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
color: 'red',
|
color: 'red',
|
||||||
p: 0,
|
p: 0,
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
boxShadow: '0px 4px 10px rgba(0, 0, 0, 0.2)',
|
boxShadow: '5px',
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user