make backdrop closer to what is happening in production

This commit is contained in:
Germain Souquet 2021-06-25 14:09:49 +01:00
parent 533d5ad664
commit 5932b93325
6 changed files with 24 additions and 5 deletions

View file

@ -292,6 +292,7 @@ const SpacePanel = (props: IProps) => {
backgroundImage={props.backgroundImage}
width={panelDimensions?.width}
height={panelDimensions?.height}
opacity={.3}
/>
<Droppable droppableId="top-level-spaces">
{(provided, snapshot) => (