aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/sandbox.tsx
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-07 05:56:29 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-07 05:56:29 +0800
commit88c7d907fa97f7918b82df8c1759b43c28c7273b (patch)
tree069e7a34f22ca084b3ea85011d2bc144cf7c7ea0 /packages/instant/src/components/sandbox.tsx
parente8814ecbe70b97dfa0de0f51b6a3b7e7fcd89ea2 (diff)
downloaddexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar
dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.gz
dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.bz2
dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.lz
dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.xz
dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.zst
dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.zip
better function definiton
Diffstat (limited to 'packages/instant/src/components/sandbox.tsx')
-rw-r--r--packages/instant/src/components/sandbox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/sandbox.tsx b/packages/instant/src/components/sandbox.tsx
index b574fd35c..b2c64efd3 100644
--- a/packages/instant/src/components/sandbox.tsx
+++ b/packages/instant/src/components/sandbox.tsx
@@ -13,5 +13,5 @@ export const Sandbox =
display: block;
border: 1px solid black;
background-color: yellow;
- ${props => stylesForMedia(props.width)}
+ ${props => stylesForMedia('width', props.width)}
`;