1
1
mirror of https://github.com/primer/css.git synced 2024-11-27 17:52:45 +03:00

Revert "Move …rest inside the Frame"

This reverts commit 051ef7f69d.
This commit is contained in:
simurai 2019-03-18 20:41:17 +09:00
parent 57b97ba1d8
commit 645a61d438

View File

@ -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}>