diff --git a/.playground/index.html b/.playground/index.html index 88ed506a55..653990094a 100644 --- a/.playground/index.html +++ b/.playground/index.html @@ -20,6 +20,11 @@ bottom: 100px; right: 100px; } + .chart { + position: relative; + width: 100%; + height: 50%; + }
diff --git a/.playground/index.tsx b/.playground/index.tsx index 6b61630233..4a2edacb17 100644 --- a/.playground/index.tsx +++ b/.playground/index.tsx @@ -1,8 +1,7 @@ import '@babel/polyfill'; -import '@elastic/eui/dist/eui_theme_light.css'; import React from 'react'; import ReactDOM from 'react-dom'; -import '../src/index.scss'; +import '../src/theme_light.scss'; import { Playground } from './playgroud'; ReactDOM.render({header}
-{header}
+