mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): make OverlayDragImage translucent
This commit is contained in:
parent
474fca8e6a
commit
fa285883ad
@ -17,6 +17,7 @@ const OverlayDragImage = (props: OverlayDragImageProps) => {
|
||||
justifyContent: 'center',
|
||||
userSelect: 'none',
|
||||
cursor: 'grabbing',
|
||||
opacity: 0.5,
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
|
Loading…
Reference in New Issue
Block a user