Skip to content

Commit 3da5a71

Browse files
committed
Fix margin of pick button
1 parent 8f148a6 commit 3da5a71

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const Header = ({ store, signals, zenMode }: Props) => {
245245
{store.user &&
246246
store.user.curatorAt && (
247247
<PickButton
248-
style={{ fontSize: '.75rem' }}
248+
style={{ fontSize: '.75rem', marginLeft: '0.5rem' }}
249249
secondary={sandbox.owned}
250250
signals={signals}
251251
store={store}

0 commit comments

Comments
 (0)