feat(ui): make OverlayDragImage translucent

This commit is contained in:
psychedelicious 2023-06-03 22:46:33 +10:00
parent 474fca8e6a
commit fa285883ad

View File

@ -17,6 +17,7 @@ const OverlayDragImage = (props: OverlayDragImageProps) => {
justifyContent: 'center',
userSelect: 'none',
cursor: 'grabbing',
opacity: 0.5,
}}
>
<Image