Skip to content

Commit

Permalink
Revert "Move …rest inside the Frame"
Browse files Browse the repository at this point in the history
This reverts commit 051ef7f.
  • Loading branch information
simurai committed Mar 18, 2019
1 parent 57b97ba commit 645a61d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/CodeExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ export default function CodeExample(props) {
}
return (
<LiveProvider {...liveProps}>
<BorderBox>
<BorderBox {...rest}>
<BorderBox bg="white" border={0} borderBottom={1} borderRadius={0}>
<Frame>
<div {...rest}>
<LivePreview />
</div>
<LivePreview />
</Frame>
</BorderBox>
<Box is={Relative} bg="gray.1" p={3}>
Expand Down

0 comments on commit 645a61d

Please sign in to comment.