diff options
-rw-r--r-- | development/index.html | 2 | ||||
-rw-r--r-- | ui-dev.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/index.html b/development/index.html index 00cfb96c8..048aa3f35 100644 --- a/development/index.html +++ b/development/index.html @@ -18,7 +18,7 @@ html, body, #app-content, .super-dev-container { height: 100%; width: 100%; position: relative; - background: #cccccc; + background: white; } .mock-app-root { background: #F7F7F7; @@ -71,7 +71,7 @@ render( style: { height: '500px', width: '360px', - boxShadow: '2px 2px 5px grey', + boxShadow: 'grey 0px 2px 9px', margin: '20px', }, }, [ |