Skip to content

Commit 8d0bc6e

Browse files
committed
Change some styling
1 parent af45d0d commit 8d0bc6e

File tree

1 file changed

+3
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/Project

1 file changed

+3
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/Project/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class Project extends React.Component {
267267
</PropertyValue>
268268
</Item>
269269
{sandbox.owned ? (
270-
<Item flex>
270+
<Item style={{ marginTop: 5 }} flex>
271271
<PropertyName>
272272
Frozen
273273
<Tooltip title="When true this sandbox will fork on edit">
@@ -280,6 +280,8 @@ class Project extends React.Component {
280280
small
281281
right={sandbox.isFrozen}
282282
onClick={this.updateFrozenState}
283+
offMode
284+
secondary
283285
/>
284286
</FreezeConatainer>
285287
</PropertyValue>

0 commit comments

Comments
 (0)