Merge branch 'release'

This commit is contained in:
Abhinav Jha 2020-01-10 18:27:14 +05:30
commit f57068d4a7
2 changed files with 8 additions and 3 deletions

View File

@ -10,6 +10,10 @@
[context.develop.environment]
REACT_APP_ENVIRONMENT = "DEVELOPMENT"
[context.deploy-preview]
[context.deploy-preview.environment]
REACT_APP_ENVIRONMENT = "DEVELOPMENT"
[context.a]
[context.a.environment]
REACT_APP_ENVIRONMENT = "STAGING"
[context.b]
[context.b.environment]
REACT_APP_ENVIRONMENT = "STAGING"

View File

@ -39,6 +39,7 @@ const WidgetBoundaries = styled.div`
border: 1px dashed
${props => getColorWithOpacity(props.theme.colors.textAnchor, 0.5)};
position: absolute;
pointer-events: none;
`;
const DragHandle = styled.div`